mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
Fixed viewing templates.
This commit is contained in:
@@ -14,7 +14,6 @@ from client.errors import HTTPError
|
||||
def manage_service_templates(service_id):
|
||||
try:
|
||||
templates = tdao.get_service_templates(service_id)['data']
|
||||
print(templates)
|
||||
except HTTPError as e:
|
||||
if e.status_code == 404:
|
||||
abort(404)
|
||||
|
||||
Reference in New Issue
Block a user