Browse Source

Fix lazy translation in forms

Baptiste Jonglez 8 years ago
parent
commit
b7f331c9bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panorama/forms.py

+ 1 - 1
panorama/forms.py

@@ -2,7 +2,7 @@
 from __future__ import unicode_literals
 
 from django import forms
-from django.utils.translation import ugettext as _
+from django.utils.translation import ugettext_lazy as _
 
 from .models import Point, ReferencePoint, Panorama