update tour link in main template

This commit is contained in:
Hugh Rundle 2022-06-13 15:27:05 +10:00
parent 8cadb3dc3b
commit 6ffb0863d1

View file

@ -191,7 +191,7 @@
</p>
{% if request.user.is_authenticated %}
<p id="tour_button">
<a href="/guided-tour/?tour=True">{% trans "Guided Tour" %}</a>
<a href="/guided-tour/True">{% trans "Guided Tour" %}</a>
</p>
{% endif %}
</div>