##// END OF EJS Templates
Task #487: Vista de Operation...
Fiorella Quino -
r71:7bc3ac987634
parent child
Show More
@@ -28,6 +28,9
28 <br>
28 <br>
29 <br>
29 <br>
30
30
31 <!-- If -->
32 {% if details %}
33
31 <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" >
34 <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" >
32
35
33 {% for location in locations %}
36 {% for location in locations %}
@@ -78,6 +81,8
78 {% endfor %}
81 {% endfor %}
79 </div>
82 </div>
80
83
84 {% endif %}
85
81 {% endblock %}
86 {% endblock %}
82
87
83
88
@@ -829,6 +829,7 def operation(request, id_camp=None):
829 kwargs['suptitle'] = campaign.name
829 kwargs['suptitle'] = campaign.name
830 kwargs['form'] = form
830 kwargs['form'] = form
831 kwargs['button'] = 'Search'
831 kwargs['button'] = 'Search'
832 kwargs['details'] = True
832 kwargs['search_button'] = True
833 kwargs['search_button'] = True
833
834
834 return render(request, 'operation.html', kwargs)
835 return render(request, 'operation.html', kwargs)
General Comments 0
You need to be logged in to leave comments. Login now