fixed up so DB will work for photos, need to do that in batch mode once per photo though -- for another day
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<a href="{{symlink}}/{{obj.name}}"><img width="128" height="128" src="data:image/jpeg;base64,{{obj.thumbnail}}"></img></a>
|
||||
{% endif %}
|
||||
{{obj.name}}
|
||||
</td></td><td>{{obj.size_MB}}</td><td>{{obj.hash}}</tr>
|
||||
</td></td><td>{{obj.size_mb}}</td><td>{{obj.hash}}</tr>
|
||||
{% endfor %}
|
||||
</tbody></table>
|
||||
</div class="row">
|
||||
|
||||
Reference in New Issue
Block a user