forked from enviPath/enviPy
9 lines
221 B
HTML
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 %} |