it/itf/templates/registration/contact.html
2011-10-25 16:01:59 +05:30

15 lines
257 B
HTML

{% extends 'registration/register_base.html' %}
{% block reg_content %}
<p id="titleLogin">Write to us</p>
<form action="" method="POST" id="formItf">
<table>
{{ form.as_table }}
</table>
</form>
{% endblock %}