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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2010-01-28 00:47:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1453.
  • Revision ID: me@williamgrant.id.au-20100128004722-4g7o0dpk3fatu1h3
Move Subject.url to Offering, and add Offering.description. Show these on the offering index.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        </a>
15
15
      </div>
16
16
 
 
17
      <div py:if="context.description" style="margin-bottom: 1em;">
 
18
        <div style="margin-bottom: 0.5em;">${context.description}</div>
 
19
        <a py:if="context.url" class="webaction" href="${context.url}">Home page</a>
 
20
      </div>
 
21
 
17
22
      <div py:if="'edit' in permissions or context.projects.count() > 0"
18
23
           class="majorsection">
19
24
        <h2>Projects</h2>