From 2ae3bf48eca4c8a3583a6b40a3fcd1fe0783254a Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sun, 31 Aug 2014 22:42:24 +0100 Subject: template: Add bootstrap to the base template Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- templates/base.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/base.html b/templates/base.html index 72dab34..0a2ced3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,9 +5,18 @@ {% block title %}Patchwork{% endblock %} - Patchwork + + + + + {% block headers %}{% endblock %} -- cgit v1.2.3