Skip to content

Commit

Permalink
no relation with field name
Browse files Browse the repository at this point in the history
up to v1.0.2
  • Loading branch information
1vank1n committed Dec 25, 2017
1 parent db4738e commit 1fdf87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-tilda',
version='1.0.1',
version='1.0.2',
author='Ivan Lukyanets',
author_email='[email protected]',
url='https://github.com/1vank1n/django-tilda',
Expand Down
2 changes: 1 addition & 1 deletion tilda/templates/tilda/widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

ready(function() {
var el = document.getElementById('change_id_tilda_content');
var el = document.getElementById('change_id_{{ name }}');
el.parentNode.removeChild(el);

{% if obj %}
Expand Down

0 comments on commit 1fdf87b

Please sign in to comment.