Reporting Tips
-
Make sure to report for the correct
<%= link("rule", to: "/pages/rules") %>
.
-
One report per problem. If it involves multiple things (images, comments, etc), list all of their IDs in the description of a single report.
-
Do not report someone just because they disagree with you. Abusing the report system is a bannable offense.
You may only open up to
3 reports
at a time. Please be mindful of what you report.
<%= if image?(@changeset) do %>
Takedown Policy
Only an owner of an image's rights (normally the artist) can request a takedown.
If you're the artist, you'll
need
a verified artist link.
For more information, please read the
<%= link("takedown policy", to: "/pages/takedowns") %>
.
<% end %>
<%= if conversation?(@changeset) do %>
Privacy note
The whole conversation will be readable by site staff.
<% end %>
<%= form_for @changeset, @action, fn f -> %>
<%= select(f, :category, report_categories(), class: "input") %>
<%= render(PhilomenaWeb.MarkdownView, "_input.html", conn: @conn, f: f, placeholder: "Provide anything else we should know here.", name: :reason, required: false) %>
<%= render(PhilomenaWeb.CaptchaView, "_captcha.html", name: "report", conn: @conn) %>
<%= submit("Send Report", class: "button") %>
<% end %>