File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ <h4 class="has-filters"> Findings ({{findings.total_count}}) <small>{{ test.id|g
282282 </ div >
283283 {% if findings %}
284284 < div class ="clearfix ">
285- {% include "dojo/paging_snippet.html" with page=findings prefix=findings page_size=True %}
285+ {% include "dojo/paging_snippet.html" with page=findings prefix=' findings' page_size=True %}
286286 </ div >
287287
288288 < div class ="dropdown hidden " style ="padding-bottom: 5px; " id ="bulk_edit_menu ">
@@ -645,7 +645,7 @@ <h4 class="has-filters"> Findings ({{findings.total_count}}) <small>{{ test.id|g
645645 </ div >
646646 {% endif %}
647647 < div class ="clearfix ">
648- {% include "dojo/paging_snippet.html" with page=findings prefix=findings page_size=True %}
648+ {% include "dojo/paging_snippet.html" with page=findings prefix=' findings' page_size=True %}
649649 </ div >
650650
651651 < div class ="panel panel-default table-responsive potential-finding ">
You can’t perform that action at this time.
0 commit comments