mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-06-06 15:58:48 +00:00
update tour link in main template
This commit is contained in:
parent
8cadb3dc3b
commit
6ffb0863d1
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@
|
||||||
</p>
|
</p>
|
||||||
{% if request.user.is_authenticated %}
|
{% if request.user.is_authenticated %}
|
||||||
<p id="tour_button">
|
<p id="tour_button">
|
||||||
<a href="/guided-tour/?tour=True">{% trans "Guided Tour" %}</a>
|
<a href="/guided-tour/True">{% trans "Guided Tour" %}</a>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue