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

« back to all changes in this revision

Viewing changes to ivle/webapp/groups/template.html

  • Committer: Matt Giuca
  • Date: 2010-02-25 05:00:39 UTC
  • mto: This revision was merged to the branch mainline in revision 1731.
  • Revision ID: matt.giuca@gmail.com-20100225050039-s6b1n33hwwucafql
Added new project set edit view. Linked from projects page, project set page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  <body>
7
7
    <h1>Project set for ${projectset.offering.subject.name}</h1>
8
8
    <div id="ivle_padding">
 
9
      <div class="contextactions">
 
10
        <a py:if="'edit' in permissions"
 
11
           class="editaction"
 
12
           href="${req.publisher.generate(projectset, ProjectSetEdit)}">
 
13
           Change details
 
14
        </a>
 
15
      </div>
9
16
      <py:if test="not projectset.is_group">
10
17
      <p>Non-group projects.</p>
11
18
      </py:if>