diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-11-07 22:22:58 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-11-07 22:22:58 -0500 |
| commit | d7e915f77c42f6d0c5a85e03d87106c27082ec99 (patch) | |
| tree | 41c5221cb470c6c0fc677c528f4b8deaec74922c /templates/layout.html | |
| parent | e5ecbccd2aba5b7ce0c8ab363e2a5502f5c6b8c9 (diff) | |
| download | famille-flask-d7e915f77c42f6d0c5a85e03d87106c27082ec99.tar.gz | |
reworked the templates
Diffstat (limited to 'templates/layout.html')
| -rw-r--r-- | templates/layout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layout.html b/templates/layout.html index 39e00a8..dc9be11 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -11,8 +11,8 @@ <div class="container"> <div class="sheet"> <div class="top"> - {{session['user_name']}} - (<a href="/user/edit">Mon compte</a> | <a href="/logout">Se déconnecter</a>)</p> + <p><strong>{{session['user_name']}}</strong> + (<a href="/user/edit">Mon compte</a> | <a href="/logout">Se déconnecter</a>)</p> </div> <div class="main_menu"> <table> |
