From 705f6d36a60c6a5d57bb7fca8f4d807630aa630e Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 6 Jan 2022 09:09:00 -0800 Subject: [PATCH] Adds admins copy --- bookwyrm/templates/about/about.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/about/about.html b/bookwyrm/templates/about/about.html index ec5e2140..74cf3810 100644 --- a/bookwyrm/templates/about/about.html +++ b/bookwyrm/templates/about/about.html @@ -75,9 +75,13 @@

{% trans "Meet your admins" %}

- 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 code of conduct, and respond when users report spam and bad behavior. + {% endblocktrans %}

+
{% for user in admins %}