mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -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):
|
||||
|
||||
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