Changeset 1927d79 for asadb/template


Ignore:
Timestamp:
Jun 4, 2013, 3:27:43 AM (12 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
3c1b20b
Parents:
cd47318
git-author:
Alex Dehnert <adehnert@…> (06/04/13 03:27:43)
git-committer:
Alex Dehnert <adehnert@…> (06/04/13 03:27:43)
Message:

Use "Space Access" more consistently

The tools menu refered to a "Space access" page, but that page's headers used
"Office Access". This changes that to "Space Access" for improved consistency
(and accuracy, since the page also lists lockers).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/space/manage-access.html

    rcd47318 r1927d79  
    11{% extends "base.html" %}
    22
    3 {% block title %}{{group.name}}: Office Access{% endblock %}
     3{% block title %}{{group.name}}: Space Access{% endblock %}
    44{% block content %}
    55
    6 <h1>{{group.name}}: Office Access</h1>
     6<h1>{{group.name}}: Space Access</h1>
    77
    88{% include "groups/group_tools.part.html" %}
Note: See TracChangeset for help on using the changeset viewer.