mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-11 11:21:03 +00:00
Adds null value to breadcrumb links
This commit is contained in:
parent
644d969330
commit
1e2dca402b
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
{% block breadcrumbs %}
|
||||
<li class="is-active">
|
||||
<a href="" aria-current="page">{% trans "Review" %}</a>
|
||||
<a href="#" aria-current="page">{% trans "Review" %}</a>
|
||||
</li>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
{% block breadcrumbs %}
|
||||
<li class="is-active">
|
||||
<a href="" aria-current="page">{% trans "Troubleshooting" %}</a>
|
||||
<a href="#" aria-current="page">{% trans "Troubleshooting" %}</a>
|
||||
</li>
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue