add CLI tools support
This commit is contained in:
4
code/templates/logout.html
Normal file
4
code/templates/logout.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block body %}
|
||||
You are logged out from <a href="{{ url_for('list_view',name=name) }}">{{ name|safe }}</a>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user