k4ever/k4ever/main/templates/registration/logout.html

11 lines
185 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block "content" %}
2011-03-04 21:46:05 +01:00
<div class="success">
<h2>Du hast dich erfolgreich abgemeldet</h2>
</div>
{% include "registration/loginForm.html" %}
{% endblock %}