guided tour only for request.user
This commit is contained in:
parent
3365bb6d35
commit
53a89f69e7
8 changed files with 8 additions and 8 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue