First pass at views for reporting
This commit is contained in:
parent
bf255bd51d
commit
ab57b5b906
9 changed files with 102 additions and 3 deletions
|
@ -12,6 +12,9 @@
|
|||
<li role="menuitem">
|
||||
<a href="/direct-messages/{{ user|username }}" class="button is-fullwidth is-small">{% trans "Send direct message" %}</a>
|
||||
</li>
|
||||
<li role="menuitem">
|
||||
<a href="{{ user.local_path }}/report" class="button is-fullwidth is-small">{% trans "Report user" %}</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