Skip to content

Commit

Permalink
update 0.12, fix search template
Browse files Browse the repository at this point in the history
  • Loading branch information
DJWOMS committed Aug 18, 2020
1 parent 33834e3 commit 31db193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions oms_cms/templates/search/search_list.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends 'search/base.html' %}
{% load staticfiles %}
{% load static %}

{% block seo %}

Expand All @@ -25,4 +25,4 @@
</div>
</div>
</section>
{% endblock content %}
{% endblock content %}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
REQUIRED_PYTHON = (3, 7)

BUILD = 0
VERSION = "0.11"
VERSION = "0.12"
RELEASE = VERSION


Expand Down

0 comments on commit 31db193

Please sign in to comment.