projects
/
femtoblackweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed86ee6
)
Ajout du lien retour sur la home
author
Olivier Tétard
<olivier.tetard@miskin.fr>
Thu, 12 Nov 2015 17:06:34 +0000
(18:06 +0100)
committer
Olivier Tétard
<olivier.tetard@miskin.fr>
Thu, 12 Nov 2015 17:06:34 +0000
(18:06 +0100)
templates/layout.html
patch
|
blob
|
history
diff --git
a/templates/layout.html
b/templates/layout.html
index
d256650
..
db7388c
100644
(file)
--- a/
templates/layout.html
+++ b/
templates/layout.html
@@
-4,7
+4,7
@@
{% block content %}
<div class="container">
- <h1>
Femtoblackpool
// {% block femto_title %}{% endblock %}{% block femto_main_title %}{% endblock %}</h1>
+ <h1>
<a href="{{ url_for('index') }}">Femtoblackpool</a>
// {% block femto_title %}{% endblock %}{% block femto_main_title %}{% endblock %}</h1>
{% block femto_content %}{% endblock %}
</div>