~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/makeuser.py

  • Committer: Matt Giuca
  • Date: 2010-07-22 04:03:49 UTC
  • Revision ID: matt.giuca@gmail.com-20100722040349-hk0sg3h0nvvrzlos
Help:Submitting a project: Removed implication that you can't submit after the deadline; added explicit advice on submitting late.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
            User.id == Assessed.user_id,
88
88
            Project.id == Assessed.project_id,
89
89
            ProjectSet.id == Project.project_set_id,
90
 
            Offering.id == ProjectSet.id,
 
90
            Offering.id == ProjectSet.offering_id,
91
91
            ProjectSubmission.date_submitted == Select(
92
92
                    Max(ProjectSubmission.date_submitted),
93
93
                    ProjectSubmission.assessed_id == Assessed.id,