project/templates/registration/edit-registration.html
changeset 123 d4799b7159e4
parent 96 178b89a3ca4f
child 133 c5de36c4573e
equal deleted inserted replaced
122:7bdf396d4778 123:d4799b7159e4
     5 {% block content %}
     5 {% block content %}
     6 <h1>Edit Registration</h1>
     6 <h1>Edit Registration</h1>
     7 
     7 
     8 {% include '_errors.html' %}
     8 {% include '_errors.html' %}
     9 
     9 
    10 <form action="{% url scipycon_edit_registration id %}"
    10 <form action="{% url scipycon_edit_registration id params.scope %}"
    11       method="post">
    11       method="post">
    12     <fieldset>
    12     <fieldset>
    13         <legend>Edit Registration</legend>
    13         <legend>Edit Registration</legend>
    14         <table class="scipycon-default">
    14         <table class="scipycon-default">
    15             {{ form }}
    15             {{ form }}