Compare commits
2 commits
caaf704bd9
...
60de28464e
Author | SHA1 | Date | |
---|---|---|---|
60de28464e | |||
a6a8249d4e |
2 changed files with 3 additions and 1 deletions
|
@ -40,6 +40,8 @@
|
|||
value="{{ member.pk }}"
|
||||
role="switch"
|
||||
{% if member.lead.is_leader %}checked{% endif %}>
|
||||
{% elif member.lead.is_leader %}
|
||||
<i class="ri-vip-crown-fill pico-color-zinc-500"></i>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>{{ member.count }}</td>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "musik"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
description = "Le jeu de Musik."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue