Commit c3ed1238 by Ari Agung Prasetiyo

penambahan return captcha di profil

1 parent b88a61a8
......@@ -472,7 +472,7 @@ class RegistrasiAdd(BaseView):
values = dict(detail=dict(email=request.user.email))
form.set_appstruct(values)
return dict(form=form.render(), scripts="")
return dict(form=form.render(), captcha=get_captcha(request), scripts="")
########
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!