lint & allow to update 'handgesteuert' status of logbook
Some checks failed
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled

This commit is contained in:
2024-10-26 21:05:32 +02:00
parent d0b0888a9b
commit fa364d0be9
4 changed files with 44 additions and 33 deletions

View File

@ -255,9 +255,10 @@
<input type="hidden"
name="steering_person"
value="{{ log.steering_person }}" />
<input type="hidden"
Handgesteuert:
<input type="checkbox"
name="shipmaster_only_steering"
value="{{ log.shipmaster_only_steering }}" />
{% if log.shipmaster_only_steering %}checked="checked"{% endif %} />
<input type="datetime-local" name="departure" value="{{ log.departure }}" />
<input type="datetime-local" name="arrival" value="{{ log.arrival }}" />
<input type="hidden" name="destination" value="{{ log.destination }}" />