it/itf/templates/registration/register_base.html

17 lines
278 B
HTML
Raw Normal View History

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