From 131d238ae38034c3df0ab1dbc307773ac6a38442 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 15 Jan 2013 22:59:13 -0600 Subject: Add a little easter egg for people to find Signed-off-by: Dan McGee --- templates/public/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'templates/public') diff --git a/templates/public/index.html b/templates/public/index.html index 0be4f18c..abf16afd 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -211,9 +211,14 @@ {% endcache %} +{% endblock %} + +{% block content_after %} + {% load cdn %}{% jquery %} + {% endblock %} -- cgit v1.2.3-2-g168b