diff -r eb2e69312953 -r 0b1beae179f5 app/soc/models/timeline.py --- a/app/soc/models/timeline.py Tue Jan 06 21:21:09 2009 +0000 +++ b/app/soc/models/timeline.py Wed Jan 07 16:49:16 2009 +0000 @@ -14,7 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""This module contains the Timeline Model.""" +"""This module contains the Timeline Model. +""" __authors__ = [ '"Sverre Rabbelier" ', @@ -32,10 +33,10 @@ """The Timeline Model, representing the timeline for a Program. """ - program_start_data = db.DateTimeProperty( + program_start = db.DateTimeProperty( verbose_name=ugettext_lazy('Program Start date')) - program_end_data = db.DateTimeProperty( + program_end = db.DateTimeProperty( verbose_name=ugettext_lazy('Program End date')) org_signup_start = db.DateTimeProperty(