equal
deleted
inserted
replaced
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 }} |