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