Remove old list for person document

This commit is contained in:
2023-05-30 21:24:22 +02:00
parent 40af1e64ac
commit e9fdabf931
7 changed files with 9 additions and 128 deletions

View File

@@ -42,7 +42,7 @@
<ul class="record_actions sticky-form-buttons">
<li class="cancel">
<a href="{{ chill_return_path_or('person_document_index', {'person': person.id}) }}" class="btn btn-cancel">
<a href="{{ chill_return_path_or('chill_docstore_generic-doc_by-person_index', {'id': person.id}) }}" class="btn btn-cancel">
{{ 'Back to the list' | trans }}
</a>
</li>