Fix form translations
[edumed.git] / edumed / contact_forms.py
index 7271558..24ab7ef 100644 (file)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 from django import forms
 from contact.forms import ContactForm
-from django.utils.translation import ugettext as _
+from django.utils.translation import ugettext_lazy as _
 
 
 class RegistrationForm(ContactForm):