list logged on shares
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user