parent
31f0c1f1e3
commit
84c8e74ffa
@ -7,7 +7,7 @@
|
||||
{% if file.file == 'deleted' %}
|
||||
<img class="post-image deleted" src="{{ config.image_deleted }}" alt="" />
|
||||
{% else %}
|
||||
<p class="fileinfo"><a href="{{ config.uri_img }}{{ file.file }}"
|
||||
<p class="fileinfo">{% trans %}File:{% endtrans %} <a href="{{ config.uri_img }}{{ file.file }}"
|
||||
{% if config.show_filename and file.filename %}
|
||||
{% if config.download_filename %}
|
||||
download="{{ file.filename|e|bidi_cleanup }}"
|
||||
|
Loading…
Reference in New Issue
Block a user