otwarchive-symphonyarchive/app/views/challenge_signups/edit.html.erb

11 lines
265 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<!--Descriptive page name, messages and instructions-->
<h2 class="heading"><%= ts("Edit Sign-up for %{title}", :title => @collection.title) %></h2>
<!--/descriptions-->
<!--subnav-->
<!--/subnav-->
<!--main content-->
<%= render "signup_form" %>
<!--/content-->