style login and logout after other pages

This commit is contained in:
Ville Rantanen
2018-02-18 11:34:43 +02:00
parent 2ef411ced9
commit f9fda4c917
3 changed files with 17 additions and 6 deletions

View File

@@ -1,5 +1,10 @@
{% extends "layout.html" %}
{% block body %}
<p>You are logged out from <a href="{{ url_for('list_view',name=name) }}">{{ name|safe }}</a></p>
<div id=index_menu>
<p>You logged out from share <a href="{{ url_for('list_view',name=name) }}">{{ name|safe }}</a></p>
<p>Continue to <a href="{{ url_for('index') }}">index</a></p>
</div>
{% endblock %}