Fix latest merge

This commit is contained in:
Nicolas Le Goff
2014-06-24 00:34:07 +02:00
parent e711f9002e
commit 3bdb63f94e
10 changed files with 25 additions and 136 deletions

View File

@@ -91,7 +91,7 @@
</div>
<div style="display:none">
<form name="download" action="{{ path('document_download', {'token': token.getValue()}) }}" method="post" target="file_frame">
<form name="download" action="{{ path('document_download', {'token': token.getValue(), 'type': type, 'anonymous': anonymous}) }}" method="post" target="file_frame">
{% if anonymous %}
<input type="hidden" name="anonymous" value="1" />
{% endif%}