mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-30 04:33:36 -05:00
Name the view consistently with other NT views
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user