Display the instance admin on the welcome page

This commit is contained in:
2018-07-25 21:07:47 +02:00
parent 029d29ffb1
commit b9c037f914
3 changed files with 8 additions and 3 deletions

View File

@@ -73,8 +73,10 @@
</div>
<div class="four wide column">
{% if admin_profile %}
<h2>{% trans %}Administered by{% endtrans %}</h2>
{{ profile_link(none) }}
{{ profile_link(admin_profile) }}
{% endif %}
</div>
</div>
</div>