From e8009c98fd5276a5e1d9eba46e23b02106a9811c Mon Sep 17 00:00:00 2001 From: lhark Date: Sat, 2 Jul 2016 02:06:12 +0200 Subject: [PATCH] Move sidebar management to apps, replace base menu placeholders --- templates/base.html | 14 ++++++++------ users/templates/users/index.html | 22 ++++++++++++++++++---- users/templates/users/sidebar.html | 6 ++++++ users/templates/users/user.html | 4 ++-- 4 files changed, 34 insertions(+), 12 deletions(-) create mode 100644 users/templates/users/sidebar.html diff --git a/templates/base.html b/templates/base.html index ff570e06..40f63c84 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,7 +11,7 @@ {% bootstrap_javascript %} - {% block title %}Re2o{% endblock %} + Re2o : {% block title %}Accueil{% endblock %} @@ -23,14 +23,14 @@ - Re2o + Re2o