mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 17:08:25 -04:00
Refactor support ticket into a template
This is the same thing we do for go live requests and branding requests. It’s easier to do templating logic in a templating language than in Python.
This commit is contained in:
5
app/templates/support-tickets/support-ticket.txt
Normal file
5
app/templates/support-tickets/support-ticket.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ content }}
|
||||
{% if current_service -%}
|
||||
Service: "{{ current_service.name }}"
|
||||
{{ url_for('main.service_dashboard', service_id=current_service.id) }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user