I thought I deleted that
This commit is contained in:
parent
46c07d3566
commit
c6e1afcf65
@ -7,7 +7,7 @@
|
||||
{% if file.file == 'deleted' %}
|
||||
<img class="post-image deleted" src="{{ config.image_deleted }}" alt="" />
|
||||
{% else %}
|
||||
<p class="fileinfo">{% trans %}File:{% endtrans %} <a href="{{ config.uri_img }}{{ file.file }}"
|
||||
<p class="fileinfo"><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