mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
Fix path to /export/mail
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
<div id="sendmail">
|
||||
<div style="padding:10px; text-align: center;">
|
||||
<h4>{% trans 'export:: envoi par mail' %}</h4>
|
||||
<form action="/prod/export/mail/" method="post" target="sendmail_target" style="text-align: left;">
|
||||
<form action="{{ path('export_mail') }}" method="post" target="sendmail_target" style="text-align: left;">
|
||||
<input type="hidden" name="lst" value="{{lst}}"/>
|
||||
<input type="hidden" name="ssttid" value="{{ssttid}}"/>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user