refactor(bulma): convert all account related templates
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
{% load crispy_forms_tags %}
|
||||
|
||||
{% block content %}
|
||||
<div class="card">
|
||||
<div class="block">
|
||||
{% if not user.is_authenticated %}
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<input type="submit" class="btn" value={% translate 'Absenden' %}>
|
||||
<input type="submit" class="button is-primary" value={% translate 'Absenden' %}>
|
||||
</form>
|
||||
{% else %}
|
||||
<p>{% translate "Du bist bereits eingeloggt." %}</p>
|
||||
|
Reference in New Issue
Block a user