mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Say ‘Uploaded’ for one-off precompiled letters
This calls back to what the user has actively done. _Provided as a PDF_ is more passive and suitable for PDF letters sent using the API.
This commit is contained in:
@@ -17,7 +17,11 @@
|
||||
) }}
|
||||
<p>
|
||||
{% if is_precompiled_letter %}
|
||||
Provided as PDF
|
||||
{% if created_by %}
|
||||
Uploaded
|
||||
{% else %}
|
||||
Provided as PDF
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% if help %}
|
||||
‘{{ template.name }}’
|
||||
|
||||
Reference in New Issue
Block a user