Link to image on image tag

This commit is contained in:
andreimarcu 2015-09-24 23:01:21 -04:00
parent 4f41ece944
commit 1f1211e81e
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
{% extends "base.html" %}
{% block main %}
<img style="margin-bottom: -6px; max-width: 800px;" src="/selif/{{ filename }}" />
<a href="/selif/{{ filename }}">
<img style="margin-bottom: -6px; max-width: 800px;" src="/selif/{{ filename }}" />
</a>
{% endblock %}