Commit e33dc79a by aa.gusti

perbaikan register captcha

1 parent 0ce0601d
...@@ -416,6 +416,7 @@ class Registrasi(BaseView): ...@@ -416,6 +416,7 @@ class Registrasi(BaseView):
def next_add(self, form, **kwargs): def next_add(self, form, **kwargs):
table = kwargs.get("table") table = kwargs.get("table")
kwargs.pop("table", None)
resources = kwargs.get("resources") resources = kwargs.get("resources")
if 'register' in self.req.POST: if 'register' in self.req.POST:
controls = self.req.POST.items() controls = self.req.POST.items()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!