Skip to content
Snippets Groups Projects
Commit a48266ce authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Add Cancel button to registration

parent 57d54c19
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@
{% csrf_token %}
{{ form.as_html }}
<br>
<input type="submit" value="Valider">
<div class="flex">
<input type="submit" value="Valider">
<a class="button" href="{% url 'accounts:login' %}">Annuler</a>
</div>
</form>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment