add first draft of logbook
This commit is contained in:
		| @@ -13,6 +13,10 @@ | ||||
|               <span class="sr-only">FAQs</span> | ||||
|             </a> | ||||
|             {% if loggedin_user.is_admin %} | ||||
|             <a href="/log" class="inline-flex justify-center rounded-md bg-primary-600 mx-1 px-3 py-2 text-sm font-semibold text-white hover:bg-primary-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-600 cursor-pointer"> | ||||
| 	   LOGBUCH  | ||||
|               <span class="sr-only">Logbuch</span> | ||||
|             </a> | ||||
|             <a href="/admin/boat" class="inline-flex justify-center rounded-md bg-primary-600 mx-1 px-3 py-2 text-sm font-semibold text-white hover:bg-primary-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-600 cursor-pointer"> | ||||
| 	    BOATS | ||||
|               <span class="sr-only">Bootsverwaltung</span> | ||||
| @@ -48,7 +52,7 @@ | ||||
| {% endmacro checkbox %} | ||||
|  | ||||
| {% macro select(data, select_name='trip_type', default='', selected_id='') %} | ||||
|   <select name="{{ select_name }}" class="input rounded-md h-10"> | ||||
|   <select name="{{ select_name }}" id="{{ select_name }}" class="input rounded-md h-10"> | ||||
|     {% if default %} | ||||
| 	    <option selected value>{{ default }}</option> | ||||
|     {% endif %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user