mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
Fixes code of conduct link
This commit is contained in:
parent
9aab14ee96
commit
c5fb710f29
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-2">
|
<div class="column is-2">
|
||||||
<p>
|
<p>
|
||||||
<a href ="{% url 'privacy' %}">{% trans "Code of Conduct" %}</a>
|
<a href ="{% url 'conduct' %}">{% trans "Code of Conduct" %}</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href ="{% url 'privacy' %}">{% trans "Privacy Policy" %}</a>
|
<a href ="{% url 'privacy' %}">{% trans "Privacy Policy" %}</a>
|
||||||
|
|
Loading…
Reference in a new issue