it/itf/templates/registration/register_base.html

17 lines
278 B
HTML
Raw Normal View History

2011-08-03 16:46:12 +05:30
{% extends "noel/base.html" %}
2011-08-03 20:07:26 +05:30
{% block extra_head %}
<link rel="stylesheet" href="/static/css/register.css" />
{% endblock %}
2011-08-03 16:46:12 +05:30
{% block content %}
2011-08-03 20:07:26 +05:30
<div id="wooden">
<div id="regContent">
2011-08-03 16:46:12 +05:30
{% block reg_content %}
{% endblock %}
2011-08-03 20:07:26 +05:30
</div>
</div>
2011-08-03 16:46:12 +05:30
{% endblock %}