mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
Put template type navigation in correct order
We always talk about the things you can send using Notify as _emails, text messages and letters_, in that order. The navigation should reflect this.
This commit is contained in:
@@ -39,8 +39,8 @@ class Service():
|
||||
}
|
||||
|
||||
TEMPLATE_TYPES = (
|
||||
'sms',
|
||||
'email',
|
||||
'sms',
|
||||
'letter',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user