@@ -13,12 +13,12 | |||||
13 |
|
13 | |||
14 | {% block content %} |
|
14 | {% block content %} | |
15 |
|
15 | |||
16 |
|
16 | <!-- Not Empty--> | ||
|
17 | {% if details %} | |||
17 |
|
18 | |||
18 | <form class="form" method="post" action=""> |
|
19 | <form class="form" method="post" action=""> | |
19 | {% csrf_token %} |
|
20 | {% csrf_token %} | |
20 | <!-- Not Empty--> |
|
21 | ||
21 | {% if details %} |
|
|||
22 | {% bootstrap_form form layout='horizontal' size='medium' %} |
|
22 | {% bootstrap_form form layout='horizontal' size='medium' %} | |
23 | <div style="clear: both;"></div> |
|
23 | <div style="clear: both;"></div> | |
24 | <br> |
|
24 | <br> | |
@@ -32,7 +32,7 | |||||
32 | <br> |
|
32 | <br> | |
33 | <br> |
|
33 | <br> | |
34 |
|
34 | |||
35 |
|
35 | {% endif %} | ||
36 |
|
36 | |||
37 | <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" > |
|
37 | <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" > | |
38 |
|
38 | |||
@@ -84,7 +84,7 | |||||
84 | {% endfor %} |
|
84 | {% endfor %} | |
85 | </div> |
|
85 | </div> | |
86 |
|
86 | |||
87 | {% endif %} |
|
87 | ||
88 |
|
88 | |||
89 | {% endblock %} |
|
89 | {% endblock %} | |
90 |
|
90 |
General Comments 0
You need to be logged in to leave comments.
Login now