From 37b1b8750d728d11d95fb64fe5f26f9278555354 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 18 Oct 2016 12:22:12 +0200 Subject: added bower in the postdeployment of the app --- src/web/templates/admin/dashboard.html | 15 ++++++++++++++- src/web/templates/layout.html | 8 ++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/admin/dashboard.html b/src/web/templates/admin/dashboard.html index 0d45118d..58b48fa1 100644 --- a/src/web/templates/admin/dashboard.html +++ b/src/web/templates/admin/dashboard.html @@ -5,7 +5,7 @@ {% block content %}

{{ _('Registered users') }}

- +
@@ -56,4 +56,17 @@ {{ form.submit(class_="btn btn-default") }} + {% endblock %} diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 3e44c4eb..3dc1ff71 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -14,6 +14,12 @@ + + + + + + {% endblock %} @@ -132,8 +138,6 @@ - - -- cgit
#