web/ldt/user/templates/registration/base.html
changeset 1 eb9188f2ee4f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/ldt/user/templates/registration/base.html	Fri Oct 22 18:14:30 2010 +0200
@@ -0,0 +1,9 @@
+{% extends "ldt/user/user_base.html" %}
+{% block js_import %}
+	{{ block.super }}
+{% endblock %}
+{% block css_import %}
+	{{ block.super }}
+	<link rel="stylesheet" href="{{LDT_MEDIA_PREFIX}}css/registration.css" />
+{% endblock %}
+{% block pageclass %}profile{% endblock %}