diff --git a/app/templates/inventory/comment_item.html b/app/templates/inventory/comment_item.html index ffe50dc13d98dfd6f8e51daa2a139d2d48e951ca..5fc82220d25a2a444677bbef92c94cd74009c7ee 100644 --- a/app/templates/inventory/comment_item.html +++ b/app/templates/inventory/comment_item.html @@ -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>