diff --git a/src/templates/django_registration/registration_form.html b/src/templates/django_registration/registration_form.html index 729aece..652817e 100644 --- a/src/templates/django_registration/registration_form.html +++ b/src/templates/django_registration/registration_form.html @@ -1,11 +1,13 @@ {% extends "fellchensammlung/base_bulma.html" %} {% load i18n %} -{% load crispy_forms_tags %} {% block content %} {% if not user.is_authenticated %} - {{ form }} - +
+ {% csrf_token %} + {{ form }} + +
{% else %}

{% translate "Du bist bereits eingeloggt." %}

{% endif %}