move to hyphen rather than underscore for href

This commit is contained in:
Alan Roberts 2024-08-06 16:26:53 -04:00
parent 99e3ff0391
commit f4dfe0a9b2

View file

@ -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 -%}