forked from gergely/calendar-social
Display the instance admin on the welcome page
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user