1
0
Fork 0

guided tour only for request.user

This commit is contained in:
Hugh Rundle 2022-07-09 10:23:09 +10:00
parent 3365bb6d35
commit 53a89f69e7
8 changed files with 8 additions and 8 deletions

View file

@ -56,7 +56,7 @@
{% endblock %}
{% block scripts %}
{% if user.show_guided_tour %}
{% if request.user.show_guided_tour %}
{% include 'guided_tour/lists.html' %}
{% endif %}
{% endblock %}