it/itf/templates/registration/contact.html

21 lines
377 B
HTML
Raw Normal View History

2011-10-13 11:05:32 +00:00
{% extends 'registration/register_base.html' %}
{% block reg_content %}
2011-10-25 10:31:59 +00:00
<p id="titleLogin">Write to us</p>
2011-10-13 11:05:32 +00:00
<form action="" method="POST" id="formItf">
2011-10-25 10:31:59 +00:00
2011-10-13 11:05:32 +00:00
<table>
2011-10-25 10:31:59 +00:00
2011-10-13 11:05:32 +00:00
{{ form.as_table }}
2011-10-25 21:27:35 +00:00
<tr>
<td>
</td>
<td>
<input type="submit" value="Submit" />
</td>
2011-10-13 11:05:32 +00:00
</table>
</form>
{% endblock %}