mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Use url generator everywhere
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<h2>{% trans 'admin::base: structure' %}</h2>
|
||||
|
||||
|
||||
<form method="POST" action="/admin/structure/{{ databox.get_sbas_id() }}/">
|
||||
<form method="POST" action="{{ path('database_submit_stucture', { 'databox_id' : databox.get_sbas_id() }) }}">
|
||||
<TEXTAREA nowrap style="width:99%; height:450px; white-space:pre" name="structure">{{ structure }}</TEXTAREA>
|
||||
<div class="form-actions">
|
||||
<button class="btn btn-primary" type="submit">{% trans 'boutton::valider' %}</button>
|
||||
|
Reference in New Issue
Block a user