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