Merge pull request #2061 from bookwyrm-social/link-typo

Fixes typo in about link
This commit is contained in:
Mouse Reeve
2022-03-26 10:30:59 -07:00
committed by GitHub

View File

@ -99,7 +99,7 @@
<p> <p>
{% url "conduct" as coc_path %} {% url "conduct" as coc_path %}
{% blocktrans trimmed with site_name=site.name %} {% blocktrans trimmed 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. {{ 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 %} {% endblocktrans %}
</p> </p>
</header> </header>