forked from mirrors/bookwyrm
Adds admins copy
This commit is contained in:
parent
4caa68200f
commit
705f6d36a6
1 changed files with 5 additions and 1 deletions
|
@ -75,9 +75,13 @@
|
||||||
<header class="content">
|
<header class="content">
|
||||||
<h2 class="title is-3">{% trans "Meet your admins" %}</h2>
|
<h2 class="title is-3">{% trans "Meet your admins" %}</h2>
|
||||||
<p>
|
<p>
|
||||||
these nice people run your instance, when you have a problem, talk to them. when you make a report, they are the ones that receive it
|
{% url "conduct" as coc_path %}
|
||||||
|
{% blocktrans with site_name=site.name %}
|
||||||
|
{{ site_name }}'s moderators and administrators keep the site up and running, enforce the <a href="coc_path">code of conduct</a>, and respond when users report spam and bad behavior.
|
||||||
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="columns is-multiline">
|
<div class="columns is-multiline">
|
||||||
{% for user in admins %}
|
{% for user in admins %}
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
|
Loading…
Reference in a new issue