Ignore:
Timestamp:
Jun 4, 2013, 3:45:21 AM (12 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Punt another spurious slash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/space/diffs.py

    r59506d6 r6aa3517  
    122122                tmpl =  'Warning: You submitted changes effecting this space, but this space is ' + \
    123123                        '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.'
    125125                line = tmpl % (lock_type.name, reverse('space-lock-type'), )
    126126                group_lines.append(line)
Note: See TracChangeset for help on using the changeset viewer.