it/itf/templates/registration/register_base.html
2011-10-13 16:35:32 +05:30

17 lines
296 B
HTML
Executable File

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