Updating Profile Description

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

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

<% end %>
Personal Title
<%= text_input(f, :personal_title, class: "input input--short", placeholder: "Title") %> <%= error_tag(f, :personal_title) %>
<%= render(PhilomenaWeb.MarkdownView, "_input.html", conn: @conn, f: f, action_text: "About Me", placeholder: "Description (up to 10000 characters)", name: :description, required: false) %>
<%= submit("Update", class: "button") %>
<% end %>