forked from Ruderverein-Donau-Linz/rowt
add tests; Closes #30
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
{% macro edit(boat, uuid) %}
|
||||
<form action="/admin/boat" data-filterable="true" method="post" class="bg-white p-3 rounded-md flex items-end md:items-center justify-between">
|
||||
<form action="/admin/boat/{{ boat.id }}" data-filterable="true" method="post" class="bg-white p-3 rounded-md flex items-end md:items-center justify-between">
|
||||
<div class="w-full">
|
||||
<input type="hidden" name="id" value="{{ boat.id }}"/>
|
||||
<div class="font-bold mb-1">{{ boat.name }}<br/></div>
|
||||
|
Reference in New Issue
Block a user