From b9f046fb286a10afb9f465735a8bc3441d96489e Mon Sep 17 00:00:00 2001 From: Benedikt Kuehne Date: Fri, 17 Nov 2023 12:48:29 +0000 Subject: [PATCH] linter fix --- embark/templates/user/timezone.html | 2 +- embark/uploader/models.py | 5 ++--- embark/users/urls.py | 4 ++-- embark/users/views.py | 7 ++++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/embark/templates/user/timezone.html b/embark/templates/user/timezone.html index aeeb96d5..8b3a8a72 100644 --- a/embark/templates/user/timezone.html +++ b/embark/templates/user/timezone.html @@ -1,6 +1,6 @@ {% load tz %} {% get_current_timezone as TIME_ZONE %} -
+ {% csrf_token %}