Skip to content

Commit

Permalink
Merge pull request #49 from NickolausDS/version-0.2.1
Browse files Browse the repository at this point in the history
Capture fixes in master and bump to version 0.2.1
  • Loading branch information
NickolausDS committed Mar 7, 2019
2 parents 9578886 + 6c2b91c commit ebb358c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions globus_portal_framework/search/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{%include "components/messages.html"%}
</div>

<form id="search-form" class="my-4" name="search_form" action="/">
<form id="search-form" class="my-4" name="search_form" action="{% url 'search' %}">
<input type="text" id="search-input" autocomplete="off"
data-provide="typeahead" name="q"
value="{{request.session.search.query}}" placeholder="Start your search here">
Expand All @@ -46,7 +46,7 @@
<div id="sidebar" class="col-xs-12 col-sm-4 col-md-4">
<div id="filters">
<div id="facet-container">
<form id="facet-form" action="/">
<form id="facet-form" action="{% url 'search' %}">
{% include "components/search-facets.html" %}
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion globus_portal_framework/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit ebb358c

Please sign in to comment.