added a link to menu in appname
parent
ae0101c003
commit
91e0d17385
|
@ -1,8 +1,8 @@
|
|||
<!doctype html>
|
||||
<title>{% block title %}{% endblock %} - contentmatcher</title>
|
||||
<title>{% block title %}{% endblock %} - contentmatcher </title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<nav>
|
||||
<h1>contentmatcher</h1>
|
||||
<h1><a href="{{ url_for('menu.index') }}">contentmatcher</a></h1>
|
||||
<ul>
|
||||
{% if username %}
|
||||
<li><span>{{username}}</span>
|
||||
|
|
Loading…
Reference in New Issue