diff options
author | Leif Johansson <leifj@sunet.se> | 2011-02-09 10:39:33 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-02-09 10:39:33 +0100 |
commit | 8796f85647f0a5586f69f2fbd4a65ad551bd01de (patch) | |
tree | 28805e2f51ca24f089d373de305e086174b4dca0 /templates | |
parent | 38c882e2fcb25752e24285d0f5f7a0e5a591aadb (diff) |
no quotes for load
Diffstat (limited to 'templates')
-rw-r--r-- | templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.html b/templates/login.html index a89fa6a..e50e124 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load "prefix" %} +{% load prefix %} {% block headline %}Login{% endblock %} {% block title %}SUNET Meeting Tools{% endblock %} {% block content %} |