node player groups wip

This commit is contained in:
jr-k 2024-07-16 18:08:11 +02:00
parent b334cedb40
commit 9404ae57bb

View File

@ -24,8 +24,7 @@
<i class="fa fa-play"></i>
</sub>
{% endif %}
<a href="
{% if use_href %}{{ url_for('slideshow_content_edit', content_id=content.id) }}{% else %}javascript:void(0);{% endif %}"
<a href="{% if use_href %}{{ url_for('slideshow_content_edit', content_id=content.id) }}{% else %}javascript:void(0);{% endif %}"
class="{{ 'explr-pick-element' if not use_href }}">
{{ content.name }}
</a>