From d4ac8f12298724475c00de9b2c5194dce54792f0 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 19 Oct 2010 16:58:25 +0200 Subject: [PATCH] tickets: Add a bit of styling to the HTML pages. --- tickets/templates/tickets/base.html | 47 +++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/tickets/templates/tickets/base.html b/tickets/templates/tickets/base.html index 3a7196d..f1a07b8 100644 --- a/tickets/templates/tickets/base.html +++ b/tickets/templates/tickets/base.html @@ -3,9 +3,52 @@ Dorestad 1493 + -{% block content %} -{% endblock %} +
+ {% block content %} + {% endblock %} +
-- 2.30.2