15 lines
257 B
HTML
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 %}
|
|
|
|
|