Skip to content

Commit

Permalink
Use ssnamenr instead of name from Rocks (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton authored Sep 27, 2024
1 parent 1f22ecf commit 9b0e619
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/sso/cards.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,8 @@ def card_sso_left(ssnamenr):
color="indigo",
),
),
# FIXME: is it correct way to get ssnamenr field?..
html.Div(
str(data.number),
str(ssnamenr),
id="download_sso_ssnamenr",
className="d-none",
),
Expand Down

0 comments on commit 9b0e619

Please sign in to comment.