ProfouzorsLinx/templates/display/file.html

8 lines
257 B
HTML
Raw Normal View History

{% extends "base.html" %}
2015-09-24 07:44:49 +02:00
{% block main %}
<div class="normal display-file">
<p class="center">You are requesting <a href="/selif/{{ filename }}">{{ filename }}</a>, <a href="/selif/{{ filename }}">click here</a> to download.</p>
</div>
2015-09-24 07:44:49 +02:00
{% endblock %}