Updating Moderation Scratchpad

<%= form_for @changeset, ~p"/profiles/#{@user}/scratchpad", [method: "put"], fn f -> %> <%= if @changeset.action do %>

Oops, something went wrong! Please check the errors below.

<% end %>
<%= render(PhilomenaWeb.MarkdownView, "_input.html", conn: @conn, f: f, action_text: "Scratchpad", placeholder: "Scratchpad Contents", name: :scratchpad, required: false) %>
<%= submit("Update", class: "button") %>
<% end %>