~rvb/maas/bug-1384001-redux-2

« back to all changes in this revision

Viewing changes to src/maasserver/templates/maasserver/user_view.html

  • Committer: Gavin Panella
  • Date: 2012-03-15 13:58:32 UTC
  • mto: This revision was merged to the branch mainline in revision 291.
  • Revision ID: gavin.panella@canonical.com-20120315135832-8i2rkbvp6gwdhkzt
Change MaaS to MAAS everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
      <span>{{ view_user.email }}</span>
36
36
    </li>
37
37
    <li class="block size2 first">
38
 
      <h4>MaaS Keys</h4>
 
38
      <h4>MAAS Keys</h4>
39
39
      <span>
40
40
        {{ user.get_profile.get_authorisation_tokens.count }}
41
41
        key{{ user.get_profile.get_authorisation_tokens.count|pluralize }}
42
42
      </span>
43
43
    </li>
44
44
    <li class="block size3">
45
 
      <h4>MaaS Administrator</h4>
 
45
      <h4>MAAS Administrator</h4>
46
46
      <span>{{ view_user.is_superuser }}</span>
47
47
    </li>
48
48
  </ul>