yt-links aktualisiert
This commit is contained in:
parent
802868c3b8
commit
fdede4204a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue