mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
better loading states, BUGFIX: person edit link
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
class="w-full dbform form-with-action-bar"
|
||||
id="changepersonform"
|
||||
method="POST"
|
||||
action="{{ if $model.is_new }}/personen/new/{{ else }}/person/{{ $agent.Id }}/edit{{ end }}"
|
||||
action="{{ if $model.is_new }}/personen/new/{{ else }}/person/{{ $agent.Id }}/edit/{{ end }}"
|
||||
{{- if not $model.is_new -}}
|
||||
data-delete-endpoint="/person/{{ $agent.Id }}/edit/delete"
|
||||
{{- end -}}>
|
||||
|
||||
Reference in New Issue
Block a user