Skip to content

Commit bf29716

Browse files
polyzenjelly
authored andcommitted
signoffs: remove superfluous conditional
The page is only accessible if you're logged in.
1 parent 2027ada commit bf29716

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/packages/signoffs.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ <h3>Filter Displayed Signoffs</h3>
2626
<div><label for="id_repo_{{ repo_name|lower }}" title="Target Repository {{ repo_name }}">[{{ repo_name|lower }}]</label>
2727
<input type="checkbox" name="repo_{{ repo_name|lower }}" id="id_repo_{{ repo_name|lower }}" class="repo_filter" value="{{ repo_name|lower }}" checked="checked"/></div>
2828
{% endfor %}
29-
{% if user.is_authenticated %}
3029
<div><label for="id_mine_only" title="Show only packages packaged by me">Only Mine</label>
3130
<input type="checkbox" name="mine_only" id="id_mine_only" value="mine_only"/></div>
32-
{% endif %}
3331
<div><label for="id_pending" title="Packages with not enough signoffs">Only Pending Approval</label>
3432
<input type="checkbox" name="pending" id="id_pending" value="pending"/></div>
3533
<div><label>&nbsp;</label><input title="Reset search criteria" type="button" id="criteria_reset" value="Reset"/></div>

0 commit comments

Comments
 (0)