We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27838f6 commit bbbb8a8Copy full SHA for bbbb8a8
django_secureform/forms/__init__.py
@@ -24,7 +24,7 @@
24
JQUERY_TAG = '<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>'
25
SCRIPT_TAG = '''<script type="text/javascript">
26
function %(function)s(n)
27
-{$('p'+','+'li,'+'tr')
+{$('p'+','+'li,'+'tr'+',div.control-group')
28
.has('input[id="id_' + n + '"]')
29
.remove();}%(obfuscated)s
30
</script>'''
0 commit comments