Changeset 6aa3517 for asadb/space/diffs.py
- Timestamp:
- Jun 4, 2013, 3:45:21 AM (12 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 27e09a9
- Parents:
- 3c1b20b
- git-author:
- Alex Dehnert <adehnert@…> (06/04/13 03:45:21)
- git-committer:
- Alex Dehnert <adehnert@…> (06/04/13 03:45:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/space/diffs.py
r59506d6 r6aa3517 122 122 tmpl = 'Warning: You submitted changes effecting this space, but this space is ' + \ 123 123 'a "%s" space, and is not managed through the ASA DB. See ' + \ 124 'https://asa.mit.edu /%s for details on how to update spaces of this type.'124 'https://asa.mit.edu%s for details on how to update spaces of this type.' 125 125 line = tmpl % (lock_type.name, reverse('space-lock-type'), ) 126 126 group_lines.append(line)
Note: See TracChangeset
for help on using the changeset viewer.