X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fc8d58d4ac9abba24758ef6c914eea9f85ef7e5b..a6767b2d034dcf53d6e88b3e0b6eadfebc5adab1:/src/catalogue/templates/catalogue/image_short.html diff --git a/src/catalogue/templates/catalogue/image_short.html b/src/catalogue/templates/catalogue/image_short.html old mode 100755 new mode 100644 index c7ff77b7..9b349258 --- a/src/catalogue/templates/catalogue/image_short.html +++ b/src/catalogue/templates/catalogue/image_short.html @@ -3,9 +3,10 @@ - [B] - {% trans "Image settings" %} + + {% trans "Edit:" %} {{ image.title }} {% if image.stage %} {{ image.stage }} @@ -13,9 +14,15 @@ {% endif %} {% if image.user %}{{ image.user|username }}{% endif %} - {% if image.published %}P{% endif %} - {% if image.new_publishable %}p{% endif %} - {% if image.changed %}+{% endif %} + {% if image.published %} +
{% trans "published" %}
+ {% endif %} + {% if image.new_publishable %} +
{% trans "publishable" %}
+ {% endif %} + {% if image.changed %} +
{% trans "changed" %}
+ {% endif %} {{ image.project.name }}