minor assets html edit

This commit is contained in:
cube
2026-05-28 02:03:55 +01:00
parent 71cc1d0357
commit 3f03525e8e

View File

@@ -63,7 +63,7 @@
<img class="mng_img" src="{{ url_for('static', filename='misc/'+image) }}">
<br class="clear" />
{% set imgurl = url_for('static', filename='misc/'+image) %}
<a href="" onclick="copyURL('{{imgurl}}')">Copy Image URL</a> &#9734 <a href="">Delete</a>
<a style="color:blue;cursor:pointer;" onclick="copyURL('{{imgurl}}')">Copy Source</a>
</div>
{% endfor %}
</div>