web/ldt/user/templates/registration/base.html
changeset 100 c5514a2bfdcd
parent 0 cc4a51750724
--- 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 }}
-    <style type="text/css">
-        label.error { float: none; color: red; padding-left: .5em; vertical-align: middle; }
-    </style>
+	{{ block.super }}
+	<link rel="stylesheet" href="{{LDT_MEDIA_PREFIX}}css/registration.css" />
 {% endblock %}
 {% block pageclass %}profile{% endblock %}