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:
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form class="main_form" method="post" action="/prod/feeds/entry/create/">
|
||||
<form class="main_form" method="post" action="{{ path('prod_feeds_entry_create') }}">
|
||||
<input type="hidden" name="lst" value="{{ publishing.serializedList() }}" />
|
||||
<div class="PNB" style="top:200px; bottom:50px;">
|
||||
<div class="PNB" style="width:50%; right:auto;">
|
||||
|
@@ -26,7 +26,7 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
<form method="post" action="/prod/feeds/entry/{{ entry.get_id() }}/update/" class="entry_update main_form">
|
||||
<form method="post" action="{{ path('prod_feeds_entry_update', { 'id' : entry.get_id() }) }}" class="entry_update main_form">
|
||||
<input type="hidden" name="sorted_lst" value="" />
|
||||
<div class="PNB" style="top:200px;bottom:50px;">
|
||||
<div class="PNB" style="width:50%;right:auto;">
|
||||
|
Reference in New Issue
Block a user