Skip to content
Snippets Groups Projects
Commit 3fb60886 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Add cancel button on item comment

parent 2db946d2
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@
{{ form.text(class_="form-control", required=True) }}
</div>
<button type="submit" class="btn btn-primary">Submit</button>
<a class="btn btn-danger" href="{{ url_for('inventory.view_item', ics_id=item.ics_id) }}">Cancel</a>
</form>
<hr>
......
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