mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Don’t link to template in tour
We want people to go to the dashboard, not get distracted by clicking the tempting blue link.
This commit is contained in:
@@ -15,7 +15,11 @@
|
||||
</h1>
|
||||
|
||||
<p>
|
||||
<a href="{{ url_for('.view_template', service_id=current_service.id, template_id=template.id) }}">{{ template.name }}</a>
|
||||
{% if help %}
|
||||
{{ template.name }}
|
||||
{% else %}
|
||||
<a href="{{ url_for('.view_template', service_id=current_service.id, template_id=template.id) }}">{{ template.name }}</a>
|
||||
{% endif %}
|
||||
sent
|
||||
{% if job and job.original_file_name != 'Report' %}
|
||||
from
|
||||
|
||||
Reference in New Issue
Block a user