feat: move activation forms

This commit is contained in:
2025-06-17 16:51:12 +02:00
parent 349917e887
commit 3ef4b98c1c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{% extends "fellchensammlung/base_generic.html" %}
{% extends "fellchensammlung/base_bulma.html" %}
{% load i18n %}
{% block content %}

View File

@@ -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 %}
<form action="" method="post">
{% csrf_token %}
{{ form.as_p }}
{{ form }}
<input type="submit" class="button is-primary" value={% translate 'Absenden' %}>
</form>
{% else %}