imipweb/event.py | raw changeset files shortlog | imipweb-client-simplification |
1.1 --- a/imipweb/event.py Mon Sep 28 22:34:54 2015 +0200 1.2 +++ b/imipweb/event.py Mon Sep 28 23:12:58 2015 +0200 1.3 @@ -60,7 +60,7 @@ 1.4 without notification. 1.5 """ 1.6 1.7 - return self.can_edit_recurrence(recurrence) and not recurrence.origin 1.8 + return self.can_edit_recurrence(recurrence) and recurrence.origin != "RRULE" 1.9 1.10 def can_edit_recurrence(self, recurrence): 1.11