Skip to content

Commit

Permalink
remove useless labels
Browse files Browse the repository at this point in the history
  • Loading branch information
xavfernandez committed Dec 20, 2024
1 parent efbbea6 commit 0a24451
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions itou/www/apply/views/batch_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ def refuse_steps(request, session_uuid, step):
"can_view_personal_information": True, # SIAE members have access to personal info
"matomo_custom_title": "Candidature refusée",
"matomo_event_name": f"batch-refuse-applications-{step}-submit",
"primary_button_label": "Suivant" if step != RefuseViewStep.PRESCRIBER_ANSWER else "Confirmer le refus",
"secondary_button_label": "Précédent" if step != RefuseViewStep.REASON else "Annuler",
"wizard": {"steps": Steps(current=step, step1=1, count=3, next=True, prev=True), "form": form},
"form": form,
"reset_url": reset_url,
Expand Down

0 comments on commit 0a24451

Please sign in to comment.