Compare commits
No commits in common. "60de28464e837ffd76a27bd035857267b0854a94" and "caaf704bd9f7cd376dd9b49c5d8f6a032f16af2c" have entirely different histories.
60de28464e
...
caaf704bd9
2 changed files with 1 additions and 3 deletions
|
|
@ -40,8 +40,6 @@
|
|||
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.3"
|
||||
version = "0.1.2"
|
||||
description = "Le jeu de Musik."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue