Skip to content

Commit

Permalink
Merge pull request #476 from internetstandards/42
Browse files Browse the repository at this point in the history
workaround signup via javascript form
  • Loading branch information
stitch authored Sep 21, 2023
2 parents bcc58f6 + 4b0ae7d commit 36c99ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dashboard/internet_nl_dashboard/views/signup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

from constance import config
from django.http import JsonResponse
from django.views.decorators.csrf import csrf_exempt
from django_mail_admin import mail, models
from django_mail_admin.models import Log

Expand All @@ -15,6 +16,7 @@
log = logging.getLogger(__package__)


@csrf_exempt
def process_application(request):
data = get_json_body(request)

Expand Down

0 comments on commit 36c99ed

Please sign in to comment.