mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-12 17:34:16 -04:00
Move support ticket template into its own folder
In the future this could be a place to put other support ticket content, if we turn them into Jinja template
This commit is contained in:
@@ -209,7 +209,7 @@ def request_to_go_live(service_id):
|
||||
@user_has_permissions('manage_service')
|
||||
@user_is_gov_user
|
||||
def submit_request_to_go_live(service_id):
|
||||
ticket_message = render_template('go-live-request.txt') + '\n'
|
||||
ticket_message = render_template('support-tickets/go-live-request.txt') + '\n'
|
||||
|
||||
ticket = NotifySupportTicket(
|
||||
subject=f'Request to go live - {current_service.name}',
|
||||
|
||||
Reference in New Issue
Block a user