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
d6bee205
Unverified
Commit
d6bee205
authored
Mar 14, 2018
by
Felix Yan
Committed by
GitHub
Mar 14, 2018
Browse files
Fix a typo in packages/search.html template
parent
6a841d45
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/packages/search.html
View file @
d6bee205
...
...
@@ -23,7 +23,7 @@ <h2>Package Search</h2>
<label
for=
"id_arch"
title=
"Limit results a specific CPU architecture"
>
Arch
</label>
{{ search_form.arch }}
</div>
<div>
{{ search_form.repo.errors }}
<label
for=
"id_repo"
title=
"Limit results to a specific re
s
pository"
>
<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"
>
...
...
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