X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b899f584abdfe9345c90563bf28661756c959356..fe237ce4727a1260ada8a12fc4a8f60f176977bd:/redakcja/templates/main.html diff --git a/redakcja/templates/main.html b/redakcja/templates/main.html index 011ca0b6..64421c38 100644 --- a/redakcja/templates/main.html +++ b/redakcja/templates/main.html @@ -26,7 +26,6 @@ {% trans "Create and share your resources
Start tutorial" %}
- {% trans "App Your School" %} {#{% trans "Competition" %}#}

{% trans "Joint project by:" %}

@@ -86,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 }}
@@ -116,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 }}