don't lose trip_type on event cancellation; don't add empty notes in cal

This commit is contained in:
2024-06-06 06:57:43 +02:00
parent fa14cfbf83
commit e1b78b2725
3 changed files with 7 additions and 3 deletions

View File

@ -251,6 +251,7 @@
{{ macros::input(label='', name='planned_amount_cox', type='hidden', value=event.planned_amount_cox) }}
{{ macros::input(label='', name='always_show', type='hidden', value=event.always_show) }}
{{ macros::input(label='', name='is_locked', type='hidden', value=event.is_locked) }}
{{ macros::input(label='', name='trip_type', type='hidden', value=event.trip_type_id) }}
<input value="Ausfahrt absagen" class="btn btn-alert" type="submit" />
</form>
</div>