forked from edward/owl-map
Update
This commit is contained in:
parent
47e1280269
commit
c607351699
7 changed files with 274 additions and 69 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue