Commit d975f9ad by aagusti

Merge branch 'latest' of https://git.opensipkd.com/aa.gusti/opensipkd-base into latest

2 parents f86d23d2 c3ed1238
......@@ -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!