This commit is contained in:
Edward Betts 2023-05-13 15:01:28 +02:00
parent 47e1280269
commit c607351699
7 changed files with 274 additions and 69 deletions

View file

@ -4,6 +4,7 @@
{% block content %}
<div class="container my-2">
{% include "flash_msg.html" %}
<h1>{{ self.title() }}</h1>
@ -13,7 +14,7 @@
</a></div>
<div class="my-2">
<form method="POST">
<form method="GET" action="{{ url_for("refresh_item", item_id=item.item_id) }}">
<input type="hidden" name="action" value="refresh">
<input type="submit" value="refresh item" class="btn btn-sm btn-primary">
</form>