diff --git a/admin/templates/base.html b/admin/templates/base.html index fc42b93314c..f7a62ab2bcb 100644 --- a/admin/templates/base.html +++ b/admin/templates/base.html @@ -168,8 +168,8 @@ {% endif %} {% if user.is_superuser %} -
{% trans "Logo" %} | +{% trans "Name" %} | +{% trans "Description" %} | +
---|---|---|
+
+ |
+ + {{ institution.name }} + | +{{ institution.description | safe }} | +