create purchase list without paging
This commit is contained in:
5
games/templates/components/button_group_sm.html
Normal file
5
games/templates/components/button_group_sm.html
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="inline-flex rounded-md shadow-sm" role="group">
|
||||
{% for button in buttons %}
|
||||
{% button_group_button_sm href=button.href text=button.text color=button.color %}
|
||||
{% endfor %}
|
||||
</div>
|
Reference in New Issue
Block a user