Link to url list dbs in layout

This commit is contained in:
duongban
2021-05-29 22:24:42 +07:00
parent 39a0f665b6
commit c93dc5a032

View File

@@ -26,6 +26,7 @@
<li><a href="{{ url_for('cards') }}">cards</a></li>
<li><a href="{{ url_for('tags') }}">tags</a></li>
<li><a href="{{ url_for('show') }}">show</a></li>
<li><a href="{{ url_for('list_db') }}">database</a></li>
<li>&nbsp;&nbsp;&nbsp;&nbsp;</li>
<li><a href="{{ url_for('logout') }}">log out</a></li>
{% endif %}