add a name to the register button

This commit is contained in:
Andreas Zweili 2018-01-28 20:30:35 +01:00
parent 138f712e3b
commit c2758afb00
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
{{ profile_form.as_table }}
</table>
{% csrf_token %}
<button type="submit">Register</button>
<button name="button_register" type="submit">Register</button>
</form>
{% endblock %}