regluit/frontend/templates/registration/registration_base.html

17 lines
403 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block extra_head %}
<link href="/static/css/documentation.css" rel="stylesheet" type="text/css" />
{% block extra_extra_head %}
<link type="text/css" rel="stylesheet" href="/static/css/registration.css" />
{% endblock %}
{% endblock %}
{% block content %}
<div id="registration">
{% block doccontent %}
{% endblock %}
</div>
<div class="spacer"></div>
{% endblock %}