ProfouzorsLinx/templates/display/pdf.html

11 lines
318 B
HTML
Raw Normal View History

2015-09-28 04:16:50 +02:00
{% extends "base.html" %}
{% block main %}
<object class="display-pdf" data="/selif/{{ 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.
No worries, just <a href="/selif/{{ filename }}">click here to download the PDF file.</a></p>
</object>
{% endblock %}