refactor: Formatting
This commit is contained in:
parent
c4012f1980
commit
8037b66597
@ -19,7 +19,7 @@
|
|||||||
<p>{{ user.username }}</p>
|
<p>{{ user.username }}</p>
|
||||||
<form action="{% url 'logout' %}" method="post">
|
<form action="{% url 'logout' %}" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<button type="submit">{% translate "Ausloggen"%}</button>
|
<button type="submit">{% translate "Ausloggen" %}</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user