<%
content_for :section_title, "Edit: #{@quiz.name}"
%>
<%= render partial: 'form', locals: { quiz: @quiz, action: admin_update_quiz_path } %>