mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Use Jinja template for branding request tickets
Following the pattern established by https://github.com/alphagov/notifications-admin/pull/4041/files this commit move the ticket message from a Python f-string to a proper templating language.
This commit is contained in:
10
app/templates/support-tickets/branding-request.txt
Normal file
10
app/templates/support-tickets/branding-request.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Organisation: {{ current_service.organisation.as_info_for_branding_request(current_user.email_domain) }}
|
||||
Service: {{ current_service.name }}
|
||||
{{ url_for('main.service_dashboard', service_id=current_service.id, _external=True) }}
|
||||
|
||||
---
|
||||
Current branding: {{ current_branding }}
|
||||
Branding requested: {{ branding_requested }}
|
||||
{% if detail %}
|
||||
{{ detail }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user