~allenap/maas/backup

« back to all changes in this revision

Viewing changes to src/maasserver/templates/maasserver/index.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:
65
65
{% block page-title-block %}
66
66
  {% if user.is_superuser %}
67
67
    <form action="" method="" class="page-title-form">
68
 
      <input type="text" value="{{ global_options.site_name }} MaaS"
69
 
             title="Edit the name of this MaaS" />
 
68
      <input type="text" value="{{ global_options.site_name }} MAAS"
 
69
             title="Edit the name of this MAAS" />
70
70
    </form>
71
71
  {% else %}
72
72
    <h1 id="page-title">{% include "maasserver/site_title.html" %}</h1>