mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 18:22:17 -05:00
so they can be distinguished on the frontend. Also, some related cleanup: * don't show test api letters on the frontpage * make sure the subject is returned from the API for letters * make sure the letter's address is returned for letters
4 lines
175 B
Python
4 lines
175 B
Python
# all jobs for letters created via the api must have this filename
|
|
LETTER_API_FILENAME = 'letter submitted via api'
|
|
LETTER_TEST_API_FILENAME = 'test letter submitted via api'
|