Send message to a particular user
This commit is contained in:
parent
779a5e0cbf
commit
93ef9e31ad
7 changed files with 46 additions and 22 deletions
|
@ -8,6 +8,9 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block dropdown-list %}
|
||||
<li role="menuitem">
|
||||
<a href="/direct-messages/{{ user|username }}" class="button is-fullwidth is-small">Send direct message</a>
|
||||
</li>
|
||||
<li role="menuitem">
|
||||
{% include 'snippets/block_button.html' with user=user class="is-fullwidth" %}
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue