remove DMs from guided tour
This commit is contained in:
parent
6b1fcc3cbb
commit
43c598d92c
2 changed files with 1 additions and 89 deletions
|
@ -13,7 +13,7 @@
|
|||
{% if partner %}<p class="subtitle"><a href="{% url 'direct-messages' %}"><span class="icon icon-arrow-left" aria-hidden="true"></span> {% trans "All messages" %}</a></p>{% endif %}
|
||||
</header>
|
||||
|
||||
<div class="box" id="tour-dm-box">
|
||||
<div class="box">
|
||||
{% include 'snippets/create_status/status.html' with type="direct" uuid=1 mention=partner %}
|
||||
</div>
|
||||
|
||||
|
@ -31,10 +31,3 @@
|
|||
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
|
||||
{% if request.user.show_guided_tour %}
|
||||
{% include 'guided_tour/direct_messages.html' %}
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue