Renamed timeline entry in GHOP Timeline to match style of the timeline.
authorLennard de Rijk <ljvderijk@gmail.com>
Mon, 21 Sep 2009 20:52:33 +0200
changeset 2964 d538ef1b5964
parent 2963 e03e203130a6
child 2965 06f4fe351977
Renamed timeline entry in GHOP Timeline to match style of the timeline.
app/soc/modules/ghop/models/timeline.py
--- a/app/soc/modules/ghop/models/timeline.py	Fri Sep 18 22:11:13 2009 +0200
+++ b/app/soc/modules/ghop/models/timeline.py	Mon Sep 21 20:52:33 2009 +0200
@@ -40,9 +40,9 @@
       'No tasks can be claimed after this date.'
       'Work on claimed tasks can continue.')
 
-  stop_all_work = db.DateTimeProperty(
+  stop_all_work_deadline = db.DateTimeProperty(
       verbose_name=ugettext('Work Submission Deadline date'))
-  stop_all_work.help_text = ugettext(
+  stop_all_work_deadline.help_text = ugettext(
       'All work must stop by this date.')
 
   winner_selection_start = db.DateTimeProperty(