~jamesj/+junk/shoreline-module

« back to all changes in this revision

Viewing changes to shoreline_application.py

  • Committer: James Jesudason
  • Date: 2011-03-14 20:46:03 UTC
  • Revision ID: james.jesudason@canonical.com-20110314204603-0htsbt24bjxrz574
Added comments field to application form

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
                                        string="Signed?"),
61
61
            "date_signed": fields.date("Date signed"),
62
62
            "nmr": fields.integer("# of Applications", readonly="True"),
 
63
            "comments": fields.text("Comments"),
63
64
    }
64
65
 
65
66
    _defaults = {