Skip to content

Commit

Permalink
Merge pull request #9 from NatLibFi/remove-not-neede-fields
Browse files Browse the repository at this point in the history
remove missing and don't want to say -fields
  • Loading branch information
NatLibFi-JoonaKupe authored Jun 12, 2024
2 parents cd135f8 + 865aa9e commit eb105a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions municipalities.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ def get_emails():
emails = sorted(emails, key=lambda x: x[1])

# Decorate the emails with some custom values that aren't municipalities
emails.append(
(
app.config["DEFAULT_RECEIVER"],
_("My home municipality is missing from this list"),
),
)
emails.append((app.config["DEFAULT_RECEIVER"], _("I don't want to say")))
## emails.append(
## (
## app.config["DEFAULT_RECEIVER"],
## _("My home municipality is missing from this list"),
## ),
## )
## emails.append((app.config["DEFAULT_RECEIVER"], _("I don't want to say")))

return emails

Expand Down

0 comments on commit eb105a3

Please sign in to comment.