Skip to content

Commit

Permalink
hub: make display of search boxes consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral committed Jan 3, 2024
1 parent 8f887e9 commit ede8381
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion osh/hub/templates/waiving/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ <h2>{% trans title %}</h2>
{{ search_form.release.label }} {{ search_form.release }}
{{ search_form.search }}
<input type="submit" value="{% trans "Search" %}" />
{% if user.is_authenticated %}<br />{{ 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
</form>
Expand Down

0 comments on commit ede8381

Please sign in to comment.