Files
timetracker/games/templates/cotton/button.html
T
lukas ec1828b823
Django CI/CD / test (push) Successful in 32s
Django CI/CD / build-and-push (push) Successful in 1m22s
Migrate cotton to Python + template tag shims
2026-06-02 22:19:55 +02:00

4 lines
289 B
HTML

<c-vars color="blue" size="base" type="button" />
{% load button_tag %}
{% python_button color=color size=size icon=icon type=type class_=class hx_get=hx_get hx_target=hx_target hx_swap=hx_swap title=title onclick=onclick data_target=data_target data_type=data_type name=name slot=slot %}