it/itf/templates/registration/contact.html
2011-10-25 22:27:35 +01:00

21 lines
377 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 }}
<tr>
<td>
</td>
<td>
<input type="submit" value="Submit" />
</td>
</table>
</form>
{% endblock %}