Add warning li if file no longer exists.
This commit is contained in:
parent
159d5b282a
commit
706a5eb185
1 changed files with 3 additions and 0 deletions
|
@ -210,6 +210,9 @@
|
||||||
/>Clipboard
|
/>Clipboard
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
|
{% if not photo.real_path.is_file %}
|
||||||
|
<li>⚠️ File does not exist.</li>
|
||||||
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<!-- CONTAINING ALBUMS -->
|
<!-- CONTAINING ALBUMS -->
|
||||||
|
|
Loading…
Reference in a new issue