diff -r 0fb4b009c6eb -r c5514a2bfdcd web/ldt/user/templates/registration/base.html
--- a/web/ldt/user/templates/registration/base.html Tue Oct 19 15:21:07 2010 +0200
+++ b/web/ldt/user/templates/registration/base.html Wed Oct 20 11:19:38 2010 +0200
@@ -1,10 +1,9 @@
{% extends "ldt/user/user_base.html" %}
-{% block js_import %}{{ block.super }}
+{% block js_import %}
+ {{ block.super }}
{% endblock %}
{% block css_import %}
-{{ block.super }}
-
+ {{ block.super }}
+
{% endblock %}
{% block pageclass %}profile{% endblock %}