diff options
author | Leif Johansson <leifj@sunet.se> | 2011-02-09 10:38:15 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-02-09 10:38:15 +0100 |
commit | 38c882e2fcb25752e24285d0f5f7a0e5a591aadb (patch) | |
tree | 950578b6b1b604af0d6b45159e65adf10aefcc19 /templates | |
parent | f4ee518893a1441aebdba4322d0692553bd8469e (diff) |
relative urls in css
Diffstat (limited to 'templates')
-rw-r--r-- | templates/login.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 %} <h2>Welcome!</h2> <p class="ui-state-highlight ui-corner-all">This is a technology preview of the SUNET Meeting Tools. Contact Johnny or Marcus for more info!</p> -<div class="button"><a href="/accounts/login-federated">Login</a></div> +<div class="button"><a href="{% prefix %}/accounts/login-federated">Login</a></div> {% endblock %}
\ No newline at end of file |