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