it/itf/templates/registration/register_base.html
2011-10-08 03:03:05 -04:00

17 lines
278 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 %}