From 717ea7c89a3def51dbd87d238b8ee6687c68dfa1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Wed, 20 Jul 2016 15:27:06 +0200 Subject: [PATCH] Update styles page --- app/templates/styles.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/app/templates/styles.html b/app/templates/styles.html index f6f43a6e..fb136afb 100644 --- a/app/templates/styles.html +++ b/app/templates/styles.html @@ -6,5 +6,16 @@ {% block title %}{% trans "Styles" %}{% endblock %} {% block main %} -{% include "includes/html_styleguide.html" %} + +
+
+

{% trans "Styles" %}

+
+
+
+
+ {% include "includes/html_styleguide.html" %} +
+
+ {% endblock %} -- 2.39.5