Use close button instead of cancel button on edit form

This commit is contained in:
Mouse Reeve
2021-01-31 12:36:53 -08:00
parent 697bcb0edb
commit 944503dde5
3 changed files with 15 additions and 6 deletions

View File

@ -28,7 +28,7 @@
<label class="field">
<input type="radio" name="curation" value="open"{% if list.curation == 'open' %} checked{% endif %}> Open
<p class="help mb-2">Anyone can add books to this list, but only you can remove them</p>
<p class="help mb-2">Anyone can add books to this list</p>
</label>
</fieldset>
</div>
@ -39,7 +39,6 @@
</div>
<div class="control">
<button type="submit" class="button is-primary">Save</button>
{% include 'snippets/toggle/close_button.html' with controls_text='create-list' text="Cancel" %}
</div>
</div>