From 38c882e2fcb25752e24285d0f5f7a0e5a591aadb Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 9 Feb 2011 10:38:15 +0100 Subject: relative urls in css --- templates/login.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/login.html b/templates/login.html index 03ecd2a..a89fa6a 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,8 +1,9 @@ {% extends "base.html" %} +{% load "prefix" %} {% block headline %}Login{% endblock %} {% block title %}SUNET Meeting Tools{% endblock %} {% block content %}

Welcome!

This is a technology preview of the SUNET Meeting Tools. Contact Johnny or Marcus for more info!

-
Login
+
Login
{% endblock %} \ No newline at end of file -- cgit v1.1