diff options
Diffstat (limited to 'ishtar_common/forms.py')
-rw-r--r-- | ishtar_common/forms.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |