ensuring abs_path
This commit is contained in:
@@ -23,5 +23,13 @@ styles %}{% endblock %} {% block content %}
|
||||
>{{ job.title }}</a
|
||||
>
|
||||
</p>
|
||||
{% if job.file_path_abs or job.file_path %}
|
||||
<p>
|
||||
<strong>Cached copy:</strong>
|
||||
<a href="{{ url_for('serve_cached', job_id=job.id) }}" target="_blank"
|
||||
>View cached copy</a
|
||||
>
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user