File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,8 @@ <h3>Filter Displayed Signoffs</h3>
26
26
< div > < label for ="id_repo_{{ repo_name|lower }} " title ="Target Repository {{ repo_name }} "> [{{ repo_name|lower }}]</ label >
27
27
< input type ="checkbox " name ="repo_{{ repo_name|lower }} " id ="id_repo_{{ repo_name|lower }} " class ="repo_filter " value ="{{ repo_name|lower }} " checked ="checked "/> </ div >
28
28
{% endfor %}
29
- {% if user.is_authenticated %}
30
29
< div > < label for ="id_mine_only " title ="Show only packages packaged by me "> Only Mine</ label >
31
30
< input type ="checkbox " name ="mine_only " id ="id_mine_only " value ="mine_only "/> </ div >
32
- {% endif %}
33
31
< div > < label for ="id_pending " title ="Packages with not enough signoffs "> Only Pending Approval</ label >
34
32
< input type ="checkbox " name ="pending " id ="id_pending " value ="pending "/> </ div >
35
33
< div > < label > </ label > < input title ="Reset search criteria " type ="button " id ="criteria_reset " value ="Reset "/> </ div >
You can’t perform that action at this time.
0 commit comments