X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2f9cb34a07fcd98effda2fa900e48c31813f14c8..039112897b09b05153d79ca9a2d9ed114827d294:/redakcja/templates/main.html
diff --git a/redakcja/templates/main.html b/redakcja/templates/main.html
index 7dd9633b..64421c38 100644
--- a/redakcja/templates/main.html
+++ b/redakcja/templates/main.html
@@ -26,9 +26,9 @@
{% trans "Create and share your resources
Start tutorial" %}
@@ -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 }}