convert input to button

This commit is contained in:
Andreas Zweili 2020-05-02 22:38:25 +02:00
parent 01afb1292c
commit 9c4227e217
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<form method="post">
{% csrf_token %}
{{ form|crispy }}
<input type="submit" value="Save" class="btn btn-primary">
<button type="submit" class="btn btn-primary">Save</button>
</form>
</div>
{% endblock %}