Allow users to report spam links
This commit is contained in:
10
bookwyrm/templates/report.html
Normal file
10
bookwyrm/templates/report.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends "layout.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}
|
||||
{% trans "Report" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include "snippets/report_modal.html" with user=user active=True static=True %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user