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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/subject_projects.html

Modified the styling of the projects page, and added a non-functional
delete button next to each project.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
          <form id="new_projectset_form" method="PUT" name="new_projectset_form" action="/api/subjects/${subject}/${year}/${semester}/+projectsets/+new">
19
19
            <label for="group_size">Group Size:</label>
20
20
            <input type="text" name="group_size" id="group_size"></input>
21
 
            <input type="submit" id="submit_new_projectset" name="Bob" value="Submit Bob"/>
 
21
            <input type="submit" id="submit_new_projectset" name="Bob"
 
22
                value="Create ProjectSet"/>
22
23
          </form>
23
24
        </div>
24
25
      </div>