Browse Source

Bugfix: post.filex => post.fileheight, etc.

pull/40/head
Michael Foster 11 years ago
parent
commit
8858127498
  1. 4
      templates/post_reply.html
  2. 4
      templates/post_thread.html

4
templates/post_reply.html

@ -62,8 +62,8 @@
Spoiler Image, Spoiler Image,
{% endif %} {% endif %}
{{ post.filesize|filesize }} {{ post.filesize|filesize }}
{% if post.filex and post.filey %} {% if post.filewidth and post.fileheight %}
, {{ post.filex}}x{{ post.filey }} , {{ post.filewidth}}x{{ post.fileheight }}
{% if config.show_ratio %} {% if config.show_ratio %}
, {{ post.ratio }} , {{ post.ratio }}
{% endif %} {% endif %}

4
templates/post_thread.html

@ -14,8 +14,8 @@
{% trans %}Spoiler Image{% endtrans %}, {% trans %}Spoiler Image{% endtrans %},
{% endif %} {% endif %}
{{ post.filesize|filesize }} {{ post.filesize|filesize }}
{% if post.filex and post.filey %} {% if post.filewidth and post.fileheight %}
, {{ post.filex}}x{{ post.filey }} , {{ post.filewidth}}x{{ post.fileheight }}
{% if config.show_ratio %} {% if config.show_ratio %}
, {{ post.ratio }} , {{ post.ratio }}
{% endif %} {% endif %}

Loading…
Cancel
Save