--- a/src/ldtplatform/templates/registration/login.html Mon May 13 16:07:01 2013 +0200
+++ b/src/ldtplatform/templates/registration/login.html Thu Feb 28 10:40:05 2013 +0100
@@ -1,12 +1,11 @@
{% extends "registration/base.html" %}
{% load i18n %}
-{% load absstatic %}
{% load static %}
{% block css_import %}
{{ block.super }}
- <link rel="stylesheet" href='{% absstatic "ldt/css/ldt.css" %}'/>
- <link rel="stylesheet" href='{% absstatic "ldt/css/ldtform.css" %}' />
+ <link rel="stylesheet" href='{% static "ldt/css/ldt.css" %}'/>
+ <link rel="stylesheet" href='{% static "ldt/css/ldtform.css" %}' />
{% endblock %}
{% block login %}
@@ -40,7 +39,7 @@
<ul>
{% for backend_name in social_list %}
- <li><a href="{{ backend_name }}"><img src='{% absstatic "ldt" %}/img/logo_{{backend_name}}.png' class='social_link' id="{{backend_name}}_logo_id"/> {{ backend_name }}</a></li>
+ <li><a href="{{ backend_name }}"><img src='{% static "ldt" %}/img/logo_{{backend_name}}.png' class='social_link' id="{{backend_name}}_logo_id"/> {{ backend_name }}</a></li>
{% endfor %}
{% comment %}{{social_list|safe}}{% endcomment %}