This commit is contained in:
Bernhard Stampfer
2016-02-15 20:28:00 +01:00
parent a87ea6cf58
commit 6a5096512e
11 changed files with 7 additions and 2 deletions

View File

@@ -29,9 +29,8 @@
{% endif %}
</ul>
{% if user %}
Du bist eingeloggt als {{user.longname}}.
Du bist eingeloggt als {{user.longname}}
{% endif %}
{% block content %}{% endblock %}
</body>