1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-08-08 07:30:12 +02:00

Ajout de la pop-up de validation de défi

This commit is contained in:
ikea
2025-08-06 08:20:43 +02:00
parent adc925e4b1
commit 4fa8ef4b56
2 changed files with 35 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ class FamilyAchievementTable(tables.Table):
class Meta:
model = Achievement
template_name = 'django_tables2/bootstrap4.html'
fields = ('challenge', 'challenge__points', 'obtained_at',)
fields = ('challenge', 'challenge__points', 'obtained_at', 'valid')
attrs = {
'class': 'table table-condensed table-striped table-hover'
}