~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/team-listing.pt

  • Committer: Curtis Hovey
  • Date: 2011-12-08 22:41:00 UTC
  • mto: This revision was merged to the branch mainline in revision 14466.
  • Revision ID: curtis.hovey@canonical.com-20111208224100-j3h6o72af1fcjl9k
Updated templates to use is_team property.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
      <div tal:replace="structure context/path/to/team/@@+teamlist" />
10
10
  </tal:block>
11
11
 
12
 
  <p tal:condition="not: context/isTeam" class="error message">
 
12
  <p tal:condition="not: context/is_team" class="error message">
13
13
    <span tal:replace="context/displayname" /> does not have members,
14
14
    because <span tal:replace="context/displayname" /> is not a team.
15
15
  </p>
16
16
 
17
 
  <table class="listing" tal:condition="context/isTeam">
 
17
  <table class="listing" tal:condition="context/is_team">
18
18
    <thead>
19
19
      <tr>
20
20
        <th>Member</th>