Files
enviPy-bayer/bayer/templates/actions/collections/new_pes.html
Tim Lorsbach ca0508d96a More on PES
2026-04-15 21:14:47 +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 %}