yt-links aktualisiert

This commit is contained in:
holger.trampe 2020-10-25 23:23:30 +01:00
parent 802868c3b8
commit fdede4204a
1 changed files with 2 additions and 0 deletions

View File

@ -222,6 +222,8 @@ def onlyRD(request):
Neue Agentur UND Notfallhilfe bestellen
'''
from django.views.decorators.csrf import csrf_protect
@csrf_protect
def registerNewAgencyRD(request):
if request.method == "POST":
newagencyform = NewAgencyFormRD(request.POST)