44172ec98a
In order to implement Content-Security-Policy, the inlined style, event handlers, and scripts all have to go. This commit completes this work.
8 lines
257 B
HTML
8 lines
257 B
HTML
{% extends "base.html" %}
|
|
|
|
{% 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>
|
|
{% endblock %}
|