euscanwww: fix captcha <table> must be inside <form>
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
This commit is contained in:
parent
62b1fbba4e
commit
d0aceaeec4
@ -5,8 +5,8 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<form method='post' action=''>{% csrf_token %}
|
||||||
<table>
|
<table>
|
||||||
<form method='post' action=''>{% csrf_token %}
|
|
||||||
{{ form }}
|
{{ form }}
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
@ -14,6 +14,6 @@
|
|||||||
<input class="btn pull-right" type="submit" value="Send activation email" />
|
<input class="btn pull-right" type="submit" value="Send activation email" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</form>
|
|
||||||
</table>
|
</table>
|
||||||
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user