Submit a report

<%= link_to_reported_thing(@reportable) %>

Reporting Tips

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 %>