moved funcs around so routes are at the bottom of photos.py, created a static route will have to use symlinks to get it to work, but trying this first on windows to see

This commit is contained in:
2021-01-10 20:16:12 +11:00
parent b280b21544
commit aa537c5ae7
3 changed files with 42 additions and 38 deletions

View File

@@ -17,6 +17,9 @@
{% endif %}
 {{obj.name}}
{% if obj.type=="Image" %}
<!--
<img width="64" height="64" src="{{obj.name}}"></img>
-->
<img width="64" height="64" src="data:image/jpeg;base64,{{obj.thumbnail}}"></img>
{% endif %}
</td></td><td>{{obj.size_MB}}</td><td>{{obj.hash}}</tr>