Name the view consistently with other NT views

This commit is contained in:
James Laska 2017-01-09 13:29:33 -05:00
parent b84a7fc8a6
commit f21834c597

View File

@ -4109,7 +4109,7 @@ class NotificationTemplateDetail(RetrieveUpdateDestroyAPIView):
class NotificationTemplateTest(GenericAPIView):
view_name = _('NotificationTemplate Test')
view_name = _('Notification Template Test')
model = NotificationTemplate
serializer_class = EmptySerializer
new_in_300 = True