Files
Web-NibblePoker/templates/elements/button.jinja
Herwin Bozet 65db2dea5a Implemented file drop inputs, Preparing more tools
Update app.py, excel-password-remover.yml, and 30 more files...
2025-02-25 23:53:43 +01:00

6 lines
246 B
Django/Jinja

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