Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
76ae9790
Commit
76ae9790
authored
Nov 17, 2019
by
Jelle van der Waa
🚧
Browse files
templates: add provides example
parent
a55ab7de
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/packages/search.html
View file @
76ae9790
...
...
@@ -25,7 +25,7 @@ <h2>Package Search</h2>
<label
for=
"id_repo"
title=
"Limit results to a specific repository"
>
Repository
</label>
{{ search_form.repo }}
</div>
<div>
{{ search_form.q.errors }}
<label
for=
"id_q"
title=
"Enter keywords as desired"
>
<label
for=
"id_q"
title=
"Enter keywords as desired
(provides are also supported e.g. 'java-environment=7')
"
>
Keywords
</label>
{{ search_form.q }}
</div>
<div>
{{ search_form.maintainer.errors }}
<label
for=
"id_maintainer"
title=
"Limit results to a specific maintainer"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment