src/ldt/ldt/user/templates/registration/base.html
changeset 1187 73403060f297
parent 995 94f9d36371f6
--- a/src/ldt/ldt/user/templates/registration/base.html	Mon May 13 14:22:37 2013 +0200
+++ b/src/ldt/ldt/user/templates/registration/base.html	Thu Feb 28 00:38:51 2013 +0100
@@ -1,10 +1,10 @@
 {% extends "ldt/user/user_base.html" %}
-{% load absstatic %}
+{% load static %}
 {% block js_import %}
 	{{ block.super }}
 {% endblock %}
 {% block css_import %}
 	{{ block.super }}
-	<link rel="stylesheet" href='{% absstatic "ldt/css/registration.css" %}' />
+	<link rel="stylesheet" href='{% static "ldt/css/registration.css" %}' />
 {% endblock %}
 {% block pageclass %}profile{% endblock %}