diff --git a/easy_my_coop_website/controllers/main.py b/easy_my_coop_website/controllers/main.py index 74d1050..6efc7b7 100644 --- a/easy_my_coop_website/controllers/main.py +++ b/easy_my_coop_website/controllers/main.py @@ -78,7 +78,6 @@ class WebsiteSubscription(http.Controller): def get_date_string(self, birthdate): if birthdate: - birthdate = datetime.strptime(birthdate, "%Y-%m-%d") return datetime.strftime(birthdate, "%d/%m/%Y") return False