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
c5227a5b
Unverified
Commit
c5227a5b
authored
Mar 14, 2018
by
Jelle van der Waa
🚧
Committed by
GitHub
Mar 14, 2018
Browse files
Merge pull request #87 from archlinux/felixonmars-patch-1
Fix a typo in packages/search.html template
parents
6a841d45
d6bee205
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/packages/search.html
View file @
c5227a5b
...
...
@@ -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