@@ -13,8 +13,12 | |||||
13 |
|
13 | |||
14 | {% block content %} |
|
14 | {% block content %} | |
15 |
|
15 | |||
|
16 | ||||
|
17 | ||||
16 | <form class="form" method="post" action=""> |
|
18 | <form class="form" method="post" action=""> | |
17 | {% csrf_token %} |
|
19 | {% csrf_token %} | |
|
20 | <!-- Not Empty--> | |||
|
21 | {% if details %} | |||
18 | {% bootstrap_form form layout='horizontal' size='medium' %} |
|
22 | {% bootstrap_form form layout='horizontal' size='medium' %} | |
19 | <div style="clear: both;"></div> |
|
23 | <div style="clear: both;"></div> | |
20 | <br> |
|
24 | <br> | |
@@ -28,8 +32,7 | |||||
28 | <br> |
|
32 | <br> | |
29 | <br> |
|
33 | <br> | |
30 |
|
34 | |||
31 | <!-- If --> |
|
35 | ||
32 | {% if details %} |
|
|||
33 |
|
36 | |||
34 | <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" > |
|
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