Skip to content
Snippets Groups Projects
Commit 2615e949 authored by Alice Heaton's avatar Alice Heaton :speech_balloon:
Browse files

Add a cancel button on the add form.

parent e9524f04
No related branches found
No related tags found
1 merge request!40Add item frontend
......@@ -97,6 +97,7 @@
{% else %}
<div class="form-group btn-group pull-right">
{% bootstrap_button "Create" button_type="submit" name="action" value="create" button_class="pull-right btn btn-sm btn-success" %}
{% bootstrap_button "Cancel" button_type="submit" name="action" value="cancel" button_class="pull-left btn btn-sm" %}
</div>
{% endif %}
</div>
......
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