otwarchive-sunsetarchive/app/views/challenge_signups/new.html.erb
2026-03-17 01:16:49 -04:00

10 lines
226 B
Text
Executable file

<!-- descriptions-->
<h2 class="heading"><%= ts("Sign Up for %{title}", :title => @collection.title) %></h2>
<!-- /descriptions-->
<!--subnav-->
<!--/subnav-->
<!--main content-->
<%= render "signup_form" %>
<!--/content-->