On supprime un print

This commit is contained in:
Tom Hubrecht 2021-04-30 15:34:52 +02:00
parent c97f57912b
commit f4f0347e50

View file

@ -94,9 +94,6 @@ class ElectionAdminView(CreatorOnlyMixin, DetailView):
return reverse("election.view", args=[self.object.pk]) return reverse("election.view", args=[self.object.pk])
def get_context_data(self, **kwargs): def get_context_data(self, **kwargs):
from django.utils.translation import get_language
print(get_language())
kwargs.update( kwargs.update(
{ {
"current_time": timezone.now(), "current_time": timezone.now(),