On supprime un print
This commit is contained in:
parent
c97f57912b
commit
f4f0347e50
1 changed files with 0 additions and 3 deletions
|
@ -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(),
|
||||||
|
|
Loading…
Reference in a new issue