Files
enviPy-bayer/bayer/templates/actions/collections/new_pes.html
Tim Lorsbach bcc8745c2d More on PES
2026-04-21 22:51:32 +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 %}