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:
Chris Hill Scott
2017-07-04 09:32:09 +01:00
parent f37c4a7f71
commit 584f849a3d
2 changed files with 26 additions and 2 deletions

View File

@@ -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