Changeset 1927d79 for asadb/template
- Timestamp:
- Jun 4, 2013, 3:27:43 AM (12 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/space/manage-access.html
rcd47318 r1927d79 1 1 {% extends "base.html" %} 2 2 3 {% block title %}{{group.name}}: Office Access{% endblock %}3 {% block title %}{{group.name}}: Space Access{% endblock %} 4 4 {% block content %} 5 5 6 <h1>{{group.name}}: Office Access</h1>6 <h1>{{group.name}}: Space Access</h1> 7 7 8 8 {% include "groups/group_tools.part.html" %}
Note: See TracChangeset
for help on using the changeset viewer.