X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ec5b493bff5efa683aadf5f78aa891eff3550156..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/catalogue/templates/catalogue/image_short.html diff --git a/apps/catalogue/templates/catalogue/image_short.html b/apps/catalogue/templates/catalogue/image_short.html index e64733b6..c7ff77b7 100755 --- a/apps/catalogue/templates/catalogue/image_short.html +++ b/apps/catalogue/templates/catalogue/image_short.html @@ -1,6 +1,8 @@ {% load i18n %} +{% load username from common_tags %} + [B] @@ -9,10 +11,11 @@ {{ image.stage }} {% else %}– {% endif %} - {% if image.user %}{{ image.user.first_name }} {{ image.user.last_name }}{% endif %} + {% if image.user %}{{ image.user|username }}{% endif %} {% if image.published %}P{% endif %} {% if image.new_publishable %}p{% endif %} {% if image.changed %}+{% endif %} + {{ image.project.name }}