mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
move to hyphen rather than underscore for href
This commit is contained in:
parent
99e3ff0391
commit
f4dfe0a9b2
1 changed files with 1 additions and 1 deletions
|
@ -34,5 +34,5 @@
|
|||
<p>{{ _('There are no communities yet.') }}</p>
|
||||
{% endif -%}
|
||||
<p><a href="/communities" class="btn btn-primary">{{ _('Explore communities') }}</a></p>
|
||||
<p><a href="/suggest_topics" class="btn btn-primary">{{ _('Suggest A Topic') }}</a></p>
|
||||
<p><a href="/suggest-topics" class="btn btn-primary">{{ _('Suggest A Topic') }}</a></p>
|
||||
{% endblock -%}
|
||||
|
|
Loading…
Add table
Reference in a new issue