ProfouzorsLinx/templates/display/file.html

7 lines
181 B
HTML
Raw Normal View History

2015-09-24 07:44:49 +02:00
{% extends "../base.html" %}
{% block content %}
<p>Viewing file {{ filename }} of mime: {{ mime }}</p>
<p><a href="/selif/{{ filename }}">Click to download</a></p>
{% endblock %}