From 1cff256b7e014297b559a78671d47a89e5478376 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 3 Sep 2013 22:25:36 +0200 Subject: Fix SquareMeter widget (refs #1380) * bad escaping of attributes --- ishtar_common/forms.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ishtar_common/forms.py') diff --git a/ishtar_common/forms.py b/ishtar_common/forms.py index bc780ef9a..e82a6e86d 100644 --- a/ishtar_common/forms.py +++ b/ishtar_common/forms.py @@ -50,7 +50,6 @@ class NamedUrlSessionFormWizard(forms.Form): self.url_name = url_name super(NamedUrlSessionFormWizard, self).__init__(self) - def rindex(self, idx): return self.url_name.rindex(idx) -- cgit v1.2.3