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 %}
|
||||
|
||||
{% block content %}
|
||||
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user