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:
Chris Hill-Scott
2019-02-22 17:11:12 +00:00
parent 4b8788aea8
commit 8aeb203124
3 changed files with 9 additions and 9 deletions

View File

@@ -39,8 +39,8 @@ class Service():
}
TEMPLATE_TYPES = (
'sms',
'email',
'sms',
'letter',
)