# HG changeset patch # User Paul Boddie # Date 1437776181 -7200 # Node ID 5edf66e6171f9c2399a8f78d11cc98f613009658 # Parent 22b6b79d7b3da508fd08a0a180274c2d51d18910 Added some comments. diff -r 22b6b79d7b3d -r 5edf66e6171f imipweb/event.py --- a/imipweb/event.py Thu May 21 20:13:22 2015 +0200 +++ b/imipweb/event.py Sat Jul 25 00:16:21 2015 +0200 @@ -505,6 +505,8 @@ page = self.page page.form(method="POST") + # Add a hidden control to help determine whether editing has already begun. + self._control("editing", "hidden", "true") uid = obj.get_uid() @@ -720,6 +722,7 @@ page.p.close() # Obtain the periods associated with the event. + # NOTE: Add a control to add recurrences here. recurrences = self.get_current_recurrences(obj)