mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
Name the view consistently with other NT views
This commit is contained in:
@@ -4109,7 +4109,7 @@ class NotificationTemplateDetail(RetrieveUpdateDestroyAPIView):
|
|||||||
|
|
||||||
class NotificationTemplateTest(GenericAPIView):
|
class NotificationTemplateTest(GenericAPIView):
|
||||||
|
|
||||||
view_name = _('NotificationTemplate Test')
|
view_name = _('Notification Template Test')
|
||||||
model = NotificationTemplate
|
model = NotificationTemplate
|
||||||
serializer_class = EmptySerializer
|
serializer_class = EmptySerializer
|
||||||
new_in_300 = True
|
new_in_300 = True
|
||||||
|
|||||||
Reference in New Issue
Block a user