different DOM elements can have same class but should different id's
[myslice.git] / plugins / templates / quickfilter.html
index 736830e..491cdcb 100644 (file)
@@ -1,5 +1,4 @@
-
-<div id ='quick_filters'>
+<div id='quick-filters-{{ domid }}' class='quick-filters'>
 <table class='filters'>
     <tr>
     {% for criteria in list %}
@@ -25,4 +24,4 @@
         </td>
     </tr>
 </table>
-</div>
\ No newline at end of file
+</div>