Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:dmpayton/django-admin-honeypot i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
dmpayton committed Feb 12, 2016
2 parents 1091138 + 55d0a53 commit 0e9312d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_honeypot/views.py
Expand Up @@ -26,7 +26,7 @@ def dispatch(self, request, *args, **kwargs):

return super(AdminHoneypot, self).dispatch(request, *args, **kwargs)

def get_form(self, form_class):
def get_form(self, form_class=form_class):
return form_class(self.request, **self.get_form_kwargs())

def get_context_data(self, **kwargs):
Expand Down

0 comments on commit 0e9312d

Please sign in to comment.