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
|
||||
</label>
|
||||
</li>
|
||||
{% if not photo.real_path.is_file %}
|
||||
<li>⚠️ File does not exist.</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
<!-- CONTAINING ALBUMS -->
|
||||
|
|
Loading…
Reference in a new issue