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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/projectset-form.html

  • Committer: Matt Giuca
  • Date: 2010-02-25 05:10:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1731.
  • Revision ID: matt.giuca@gmail.com-20100225051057-93t9wcjs2fexini0
Minor text.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  <body py:strip="">
5
5
      <form class="verticalform thin" method="post" action="">
6
6
        <div>
7
 
          <label for="group_size">Group Size:</label>
 
7
          <label for="group_size">Group size:</label>
8
8
          <input type="text" id="group_size" name="group_size" />
9
9
          Leave blank for individual projects. Enter 0 for unlimited membership.
10
10
          <span py:if="'group_size' in errors" class="form_error">${errors.group_size}</span>