Changeset 3f34670 for remit/settings.py


Ignore:
Timestamp:
Mar 20, 2010, 4:05:02 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
14adb6b
Parents:
3bf063c
git-author:
Alex Dehnert <adehnert@…> (03/20/10 04:05:02)
git-committer:
Alex Dehnert <adehnert@…> (03/20/10 04:05:02)
Message:

"Remit: UA" is more understandable than "Remit UA"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/settings.py

    ra9d44e0 r3f34670  
    109109)
    110110
    111 EMAIL_SUBJECT_PREFIX = "[Remit %s] " % (GROUP_ABBR,)
     111EMAIL_SUBJECT_PREFIX = "[Remit: %s] " % (GROUP_ABBR,)
    112112
    113113from local_settings_after import *
Note: See TracChangeset for help on using the changeset viewer.