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

« back to all changes in this revision

Viewing changes to ivle/webapp/submit/__init__.py

  • Committer: Matt Giuca
  • Date: 2010-02-12 10:45:36 UTC
  • Revision ID: matt.giuca@gmail.com-20100212104536-uvfgdh4wvc3b9knx
Added help page for Submit. This extends the submit help on the subject page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
    views = [(ApplicationRoot, ('+submit', 'users'), UserSubmitView),
190
190
             (ApplicationRoot, ('+submit', 'groups'), GroupSubmitView)]
191
191
 
 
192
    help = {'Submitting a project': 'help.html'}