From 6251e38668826fc6b96f08125692f811ceda2f14 Mon Sep 17 00:00:00 2001 From: Skia Date: Wed, 26 Oct 2016 20:01:05 +0200 Subject: [PATCH] Tiny translation fix --- club/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/club/views.py b/club/views.py index 82a1c0f4..5a04d3cb 100644 --- a/club/views.py +++ b/club/views.py @@ -7,7 +7,7 @@ from django.core.exceptions import ValidationError from django.http import HttpResponseRedirect from django.core.urlresolvers import reverse from django.utils import timezone -from django.utils.translation import ugettext as _ +from django.utils.translation import ugettext_lazy as _ from django.conf import settings from ajax_select.fields import AutoCompleteSelectField