philomena/lib/philomena_web/templates/profile/award/edit.html.heex
2024-05-04 17:09:20 -04:00

4 lines
189 B
Text

<h1>
Editing award
</h1>
<%= render(PhilomenaWeb.Profile.AwardView, "_form.html", changeset: @changeset, badges: @badges, action: ~p"/profiles/#{@user}/awards/#{@award}", conn: @conn) %>