diff --git a/osh/hub/templates/waiving/list.html b/osh/hub/templates/waiving/list.html index ef6d62db..52120535 100644 --- a/osh/hub/templates/waiving/list.html +++ b/osh/hub/templates/waiving/list.html @@ -8,7 +8,9 @@

{% trans title %}

{{ search_form.release.label }} {{ search_form.release }} {{ search_form.search }} -{% if user.is_authenticated %}
{{ search_form.my }} Show only my scans{% endif %} +{% if user.is_authenticated %} +{{ search_form.my }} Show only my scans +{% endif %} {{ search_form.overdue }} Show only overdue runs {{ search_form.latest }} Show only latest runs