add id to dm box

This commit is contained in:
Hugh Rundle 2022-07-09 20:52:03 +10:00
parent 48bcb85e24
commit 8fbd634ee8

View file

@ -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">
<div class="box" id="tour-dm-box">
{% include 'snippets/create_status/status.html' with type="direct" uuid=1 mention=partner %}
</div>