1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-22 18:38:23 +02:00

update font and minor change

This commit is contained in:
quark
2025-02-24 18:37:18 +01:00
parent 587314e03c
commit 333f7aa284
6 changed files with 14 additions and 14 deletions

View File

@ -8,12 +8,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
<div class="wrap-container">
<h2>{% trans "NoteKfet Wrapped" %}</h2>
<h1 id="name">{{ wrapped.note.club.name }}</h1>
{% trans "Your best consumer" %}
{% trans "Your best consumer:" %}
<div class="category" id="consumer"></div>
{% trans "Your worst creditor" %}
{% trans "Your worst creditor:" %}
<div class="category" id="creditor"></div>
<ul class="list">
<li>{{ nb_soiree_orga }} {% trans "party organised" %}</li>
<li>{{ nb_soiree_orga }} {% trans "party·ies organised" %}</li>
<li>{{ nb_member }} {% trans "distinct members" %}</li>
</ul>
</div>