mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 16:08:24 -04:00
Merge branch 'master' into template_history_view
Conflicts: requirements.txt
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
{{ item.to }}
|
||||
</p>
|
||||
<p class="hint">
|
||||
<a href="{{ url_for('.view_template', service_id=current_service.id, template_id=item.template.id) }}">{{ item.template.name }}</a>
|
||||
<a href="{{ url_for('.view_template_version', service_id=current_service.id, template_id=item.template.id, version=item.template_version) }}">{{ item.template.name }}</a>
|
||||
sent from
|
||||
{% if item.job %}
|
||||
<a href="{{ url_for(".view_job", service_id=current_service.id, job_id=item.job.id) }}">{{ item.job.original_file_name }}</a>
|
||||
|
||||
Reference in New Issue
Block a user