Add warning li if file no longer exists.

This commit is contained in:
voussoir 2022-10-27 20:57:36 -07:00
parent 159d5b282a
commit 706a5eb185
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -210,6 +210,9 @@
/>Clipboard
</label>
</li>
{% if not photo.real_path.is_file %}
<li>⚠️ File does not exist.</li>
{% endif %}
</ul>
<!-- CONTAINING ALBUMS -->