From 2fcf0b3a07a14c5fbbcf416ad869ae2709cb2f5d Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Sat, 5 Jan 2013 14:46:05 +0100 Subject: [PATCH] fixed typo in utils/views.py --- openslides/utils/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/utils/views.py b/openslides/utils/views.py index 33bdafc32..0b3679f3a 100644 --- a/openslides/utils/views.py +++ b/openslides/utils/views.py @@ -256,7 +256,7 @@ class CreateView(PermissionMixin, _CreateView): return context def get_apply_url(self): - if self apply_url: + if self.apply_url: return self.apply_url else: raise ImproperlyConfigured(