web/ldt/user/templates/registration/base.html
author wakimd
Fri, 22 Oct 2010 18:14:30 +0200
changeset 1 eb9188f2ee4f
permissions -rw-r--r--
first commit

{% 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 %}