feat: move activation forms
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_generic.html" %}
|
{% extends "fellchensammlung/base_bulma.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_generic.html" %}
|
{% extends "fellchensammlung/base_bulma.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load crispy_forms_tags %}
|
{% load crispy_forms_tags %}
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
{% if not user.is_authenticated %}
|
{% if not user.is_authenticated %}
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form.as_p }}
|
{{ form }}
|
||||||
<input type="submit" class="button is-primary" value={% translate 'Absenden' %}>
|
<input type="submit" class="button is-primary" value={% translate 'Absenden' %}>
|
||||||
</form>
|
</form>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Reference in New Issue
Block a user