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
159 B
HTML
8 lines
159 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block main %}
|
|
<a href="/selif/{{ filename }}">
|
|
<img class="display-image" src="/selif/{{ filename }}" />
|
|
</a>
|
|
{% endblock %}
|