Skip to content
Snippets Groups Projects
Commit 81ce999a authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Fixed order-by field in search form

parent 7361a194
No related branches found
No related tags found
1 merge request!50Upgraded to CKAN 2.10
......@@ -54,7 +54,7 @@
{% block search_sortby %}
{% if sorting %}
<div class="form-select control-group control-order-by">
<div class="form-group control-order-by">
<select id="field-order-by" name="sort" aria-label="{{ sorting_label_prefix }}&nbsp;&hellip;">
{% for label, value in sorting %}
{% if label and value %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment