parent
74ee5f6ca4
commit
25083b5488
5 changed files with 27 additions and 11 deletions
@ -1,5 +1,9 @@ |
|||||||
|
{% extends 'partials/base.html' %} |
||||||
|
|
||||||
|
{% block content %} |
||||||
<h1>Введите свой email</h1> |
<h1>Введите свой email</h1> |
||||||
<form method="post"> |
<form method="post"> |
||||||
<input type="text" name="contractor"> |
<input type="email" name="contractor"> |
||||||
<input type="submit" value="Send"> |
<input type="submit" value="Send"> |
||||||
</form> |
</form> |
||||||
|
{% endblock %} |
||||||
|
|||||||
Loading…
Reference in new issue