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