lint & allow to update 'handgesteuert' status of logbook
This commit is contained in:
@ -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 }}" />
|
||||
|
Reference in New Issue
Block a user