DjangoGirls / djangogirls

Website for DjangoGirls.org

Home Page:http://djangogirls.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: 'NoneType' object has no attribute 'form'

sentry-io opened this issue · comments

Sentry Issue: DJANGO-GIRLS-WEBSITE-6F

AttributeError: 'NoneType' object has no attribute 'form'
  File "applications/decorators.py", line 28, in decorator
    return function(request, *args, **kwargs)
  File "applications/views.py", line 182, in application_detail
    "form": application.form,