project/templates/registration/edit-registration.html
changeset 96 178b89a3ca4f
parent 1 fda1c66b25f9
child 123 d4799b7159e4
equal deleted inserted replaced
95:f94e0cd9a862 96:178b89a3ca4f
     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 kiwipycon_edit_registration id %}"
    10 <form action="{% url scipycon_edit_registration id %}"
    11       method="post">
    11       method="post">
    12     <fieldset>
    12     <fieldset>
    13         <legend>Edit Registration</legend>
    13         <legend>Edit Registration</legend>
    14         <table class="kiwipycon-default">
    14         <table class="scipycon-default">
    15             {{ form }}
    15             {{ form }}
    16         </table>
    16         </table>
    17         <button class="button left"
    17         <button class="button left"
    18                 type="submit">
    18                 type="submit">
    19             Save Changes
    19             Save Changes