digitaleagenturnc/users/templates/users/logout.html

12 lines
297 B
HTML

<!-- LOGOUT VIEW -->
{% extends "users/publicbase.html" %}
<!-- CRISPY -->
{% load crispy_forms_tags %}
{% block content %}
<legend class="border-bottom mb-3">
<h4>Erfolgreich abgemeldet!</h4>
</legend>
<small>
<a href="{% url 'login' %}">Wieder zurück?</a>
</small>
{% endblock content %}