citavi_mapper/frontend/templates/registration/logged_out.html

6 lines
109 B
HTML
Raw Permalink Normal View History

{% extends "layout/base.html" %}
{% block content %}
<p>
You are logged out. Goodbye!
</p>
{% endblock %}