user profile tour only on activity tab

This commit is contained in:
Hugh Rundle 2022-06-13 19:36:14 +10:00
parent aebeac9112
commit fbf7f37664
2 changed files with 6 additions and 6 deletions

View file

@ -99,9 +99,3 @@
{% block panel %}{% endblock %}
{% endblock %}
{% block scripts %}
{% if user.show_guided_tour %}
{% include 'guided_tour/user_profile.html' %}
{% endif %}
{% endblock %}

View file

@ -86,3 +86,9 @@
</div>
{% endblock %}
{% block scripts %}
{% if user.show_guided_tour %}
{% include 'guided_tour/user_profile.html' %}
{% endif %}
{% endblock %}