Files
enviPy-bayer/bayer/templates/actions/collections/new_pes.html
Tim Lorsbach d668315064 More on PES
2026-04-21 22:15:06 +02:00

9 lines
221 B
HTML

{% if meta.can_edit %}
<button
type="button"
class="btn btn-primary btn-sm"
onclick="document.getElementById('new_pes_modal').showModal(); return false;"
>
New PES
</button>
{% endif %}