Compare commits

..

No commits in common. "60de28464e837ffd76a27bd035857267b0854a94" and "caaf704bd9f7cd376dd9b49c5d8f6a032f16af2c" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -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>

View file

@ -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"