aboutsummaryrefslogtreecommitdiff
path: root/dicoweb/templates
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2015-03-15 19:16:01 +0100
committerWojciech Polak <polak@gnu.org>2015-03-15 19:16:01 +0100
commitb23232fd086284a05de68fc5cf9c40d8557aad3c (patch)
tree644bdcd1b0ceebf53941415f5c1815e34fb8e857 /dicoweb/templates
parent7466a72808faef7c05172d159fa7ba9bfac39042 (diff)
downloaddico-b23232fd086284a05de68fc5cf9c40d8557aad3c.tar.gz
dico-b23232fd086284a05de68fc5cf9c40d8557aad3c.tar.bz2
Add Python 3 support via Six.
Diffstat (limited to 'dicoweb/templates')
-rw-r--r--dicoweb/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/dicoweb/templates/index.html b/dicoweb/templates/index.html
index 5ebb46a..7f35e3f 100644
--- a/dicoweb/templates/index.html
+++ b/dicoweb/templates/index.html
@@ -1,6 +1,7 @@
{% extends 'base.html' %}
{% load i18n %}
{% load dictlookup %}
+{% load firstof from future %}
{% block search %}

Return to:

Send suggestions and report system problems to the System administrator.