mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
adding crud to manage marital statuses in admin area (CRUDController way, minimal study case)
This commit is contained in:
@@ -38,6 +38,15 @@
|
||||
|
||||
<p>{{ 'person_admin.closing motive explanation'|trans }}</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="{{ path('chill_crud_marital_status_index') }}">
|
||||
<strong>{{ 'person_admin.marital status list'|trans }}</strong>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p>{{ 'person_admin.marital status explanation'|trans }}</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user