+
-
diff --git a/search/templates/search/base.html b/search/templates/search/base.html
index dece26ed..966ad7dc 100644
--- a/search/templates/search/base.html
+++ b/search/templates/search/base.html
@@ -28,7 +28,7 @@
},
fieldValues: {
"components": ["16000"], // Search component.
- "versions": ["14134"], // Release search-0.4
+ "versions": ["14157"], // Release search-0.5
"customfield_11401": window.location.href
}
};
@@ -41,7 +41,8 @@
{% block title %}Search{% endblock title %}
-
+
@@ -50,5 +51,10 @@
{% block title %}Search{% endblock title %}
{% block within_content %}
Specific results here
{% endblock within_content %}
+
{% endblock content %}
diff --git a/search/templates/search/search-macros.html b/search/templates/search/search-macros.html
index d4ffec14..f157d106 100644
--- a/search/templates/search/search-macros.html
+++ b/search/templates/search/search-macros.html
@@ -34,7 +34,7 @@
{% macro pagination(metadata, url_for_page) -%}