project/templates/talk/edit-talk.html
changeset 159 3b0045bbea1b
parent 123 d4799b7159e4
equal deleted inserted replaced
158:3bf819c654a7 159:3b0045bbea1b
     4 
     4 
     5 {% block content %}
     5 {% block content %}
     6 <h1>Edit Talk</h1>
     6 <h1>Edit Talk</h1>
     7 
     7 
     8 {% include '_errors.html' %}
     8 {% include '_errors.html' %}
     9 <form action="{% url scipycon_edit_talk id params.scope %}" method="post">
     9 <form action="{% url scipycon_edit_talk params.scope id %}" method="post">
    10     <fieldset>
    10     <fieldset>
    11       <legend>Edit Talk</legend>
    11       <legend>Edit Talk</legend>
    12       <table class="scipycon-default">
    12       <table class="scipycon-default">
    13         {{ form }}
    13         {{ form }}
    14       </table>
    14       </table>