diff options
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 %} |