Files
Web-NibblePoker/templates/elements/button.jinja
Herwin Bozet b2064cbbaf Nearly finished the Excel Password Remover revamp, Only the download is missing
Update commons.yml, excel-password-remover.yml, and 14 more files...
2025-03-01 18:27:13 +01:00

6 lines
245 B
Django/Jinja

<button
{% if button_id is not none %}id="{{ button_id }}" {% endif %}
class="p-xs r-s border b-light t-nowrap {{ button_extra_classes }}"
{% if button_disabled %}disabled{% endif %}>
{{ button_inner_html }}
</button>