X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/154468a29ddb2a3ea4a078888be55c303a5239bb..2c85a46e149380dccf5a69694402bd2519e80203:/redakcja/templates/main.html diff --git a/redakcja/templates/main.html b/redakcja/templates/main.html index a6a9f415..64421c38 100644 --- a/redakcja/templates/main.html +++ b/redakcja/templates/main.html @@ -85,7 +85,7 @@ {% trans "Audience" %}: {{ doc.meta.audience }}
{% endif %} {% trans "Owner" %}: {{ doc.owner_organization|default:"" }} - {{ doc.owner_user.first_name }} {{ doc.owner_user.last_name }}
+ {{ doc.owner_user.get_full_name }}
@@ -115,7 +115,7 @@ {% trans "Audience" %}: {{ doc.meta.audience }}
{% endif %} {% trans "Owner" %}: {{ doc.owner_organization|default:"" }} - {{ doc.owner_user.first_name }} {{ doc.owner_user.last_name }}
+ {{ doc.owner_user.get_full_name }}