it/itf/templates/registration/register_base.html

17 lines
296 B
HTML
Raw Normal View History

2011-10-13 11:05:32 +00:00
{% extends "noel/base.html" %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/register.css" />
{% endblock %}
{% block content %}
<div id="wooden">
<div id="regContent">
{% block reg_content %}
{% endblock %}
</div>
</div>
{% endblock %}