Commit 17058eca by Yvon

ajoute nouveau parametre à config_lacagette.py et wording correction tournure de phrase

parent 5848c742
Pipeline #2729 passed with stage
in 1 minute 30 seconds
......@@ -146,3 +146,6 @@ AMNISTIE_DATE= "2021-11-24 00:00:00"
# BDM Admin
BDM_SHOW_FTOP_BUTTON = True
# Entree
MINIMUM_SECONDS_BETWEEN_TWO_COMITEE_VALIDATION = 0
\ No newline at end of file
......@@ -897,7 +897,7 @@ class CagetteServices(models.Model):
if ok_for_adding_pt is True:
res['evt_id'] = CagetteMember(coop_id).add_pts('ftop', 1, evt_name)
else:
res['error'] = "Un point a déjà été ajouté il y a trop récemment."
res['error'] = "Un point a déjà été ajouté trop récemment."
else:
res['error'] = "Vous n'avez pas le droit d'ajouter un point."
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment