list logged on shares

This commit is contained in:
ville rantanen
2018-01-25 22:42:12 +02:00
parent 938f688693
commit 7255b8481d
5 changed files with 26 additions and 14 deletions

View File

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