ProfouzorsLinx/templates/display/pdf.html

11 lines
362 B
HTML
Raw Normal View History

2015-09-28 04:16:50 +02:00
{% extends "base.html" %}
{% block main %}
2019-01-14 23:51:02 +01:00
<object class="display-pdf" data="{{ sitepath }}{{ selifpath }}{{ filename }}" type="application/pdf">
2015-09-28 04:16:50 +02:00
<p>It appears your Web browser is not configured to display PDF files.
2019-01-14 23:51:02 +01:00
No worries, just <a href="{{ sitepath }}{{ selifpath }}{{ filename }}">click here to download the PDF file.</a></p>
2015-09-28 04:16:50 +02:00
</object>
{% endblock %}