app/soc/templates/soc/models/edit.html
changeset 415 6488ff168b42
parent 409 9d24850db88f
child 439 0658c3c9a9dc
equal deleted inserted replaced
414:4877e9d83743 415:6488ff168b42
    26 
    26 
    27 {% block body %}
    27 {% block body %}
    28 <p>
    28 <p>
    29 <p>
    29 <p>
    30 {% block instructions %}
    30 {% block instructions %}
    31 Please use this form to edit the {{ entity_name }}
    31 Please use this form to edit the {{ entity_type }}.
    32 {% endblock %}
    32 {% endblock %}
    33 </p>
    33 </p>
    34 <form method="POST">
    34 <form method="POST">
    35  <table>
    35  <table>
    36   {{ form.as_table }}
    36   {{ form.as_table }}