it/itf/templates/registration/contact.html

15 lines
257 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 }}
</table>
</form>
{% endblock %}