diff --git a/src/templates/django_registration/activation_failed.html b/src/templates/django_registration/activation_failed.html index cd7f85a..13ebd71 100644 --- a/src/templates/django_registration/activation_failed.html +++ b/src/templates/django_registration/activation_failed.html @@ -1,4 +1,4 @@ -{% extends "fellchensammlung/base_generic.html" %} +{% extends "fellchensammlung/base_bulma.html" %} {% load i18n %} {% block content %} diff --git a/src/templates/django_registration/activation_form.html b/src/templates/django_registration/activation_form.html index d5d797c..430536a 100644 --- a/src/templates/django_registration/activation_form.html +++ b/src/templates/django_registration/activation_form.html @@ -1,4 +1,4 @@ -{% extends "fellchensammlung/base_generic.html" %} +{% extends "fellchensammlung/base_bulma.html" %} {% load i18n %} {% load crispy_forms_tags %} @@ -7,7 +7,7 @@ {% if not user.is_authenticated %}
{% else %}