Skip to content

Commit 9f3356a

Browse files
committed
v0.2.2
1 parent 1027ed1 commit 9f3356a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin_adv_search_builder/templates/filters/custom_search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
</script>
9797

9898
<div onload="filterset_url_qs_init">
99-
<h3 id="ldap_search" style="">LDAP {% trans "Search" %}</h3>
99+
<h3 id="ldap_search" style=""> {% trans "Advanced Search" %}</h3>
100100

101101
<div div="filterset-0" class="cs_container" style="padding: 15px">
102102
<select name="cs_name_0" class="cs_name" style="margin-right: 13px;">

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='django-admin-search-builder',
17-
version='0.2.0',
17+
version='0.2.2',
1818
packages=find_packages(),
1919
include_package_data=True,
2020
license='Apache Software License',

0 commit comments

Comments
 (0)