description of input and changelog updated
[django_unres.git] / django_simple / todo / templates / edit_lista.html
1 {% extends "base.html" %}
2
3 {% block content %}
4
5
6
7 <h3 style="text-align:left;float:left;"> Additional data</h3>
8
9
10 <hr style="clear:both;"/>
11
12 <h4>
13 Calculation type {{ p_type }}
14 </h4>
15 <p>
16
17         <form method="POST" enctype="multipart/form-data">
18                 {% csrf_token %}
19                 {{ form.as_p }}
20                 <button type="submit" class="save btn btn-default">Save & submit</button>
21         </form>
22
23         
24
25 {% endblock %}