Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MJU-POPS
ckanext-dgu
Commits
dc6bb4e4
Commit
dc6bb4e4
authored
Apr 22, 2015
by
Tom Mortimer-Jones
Browse files
[1252] Keep bounding box param when sorting
parent
14386b05
Changes
1
Hide whitespace changes
Inline
Side-by-side
ckanext/dgu/theme/templates/package/search.html
View file @
dc6bb4e4
...
...
@@ -49,6 +49,9 @@
{{sort_option('Location', 'spatial desc', 'spatial' in h.results_sort_by(), h.sort_by_location_disabled())}}
</select>
<button
type=
"submit"
class=
"btn btn-default js-hide"
>
Go
</button>
{% if request.params.get('ext_bbox', '') %}
<input
type=
"hidden"
id=
"ext_bbox"
name=
"ext_bbox"
value=
"{{request.params.get('ext_bbox', '')}}"
/>
{% endif %}
{% if c.fields %}
{% for k,v in c.fields %}
<input
type=
"hidden"
name=
"{{k}}"
value=
"{{v}}"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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