Fixed: ugettext has been deprecated
Fixed: Multiple Upload for Eventpics
This commit is contained in:
@@ -4,7 +4,7 @@ Created on 28.09.2011
|
||||
@author: christian
|
||||
"""
|
||||
from django.core.files.storage import FileSystemStorage
|
||||
from django.utils.translation import ugettext as _
|
||||
from django.utils.translation import gettext as _
|
||||
|
||||
from .countries import COUNTRIES
|
||||
from .html_cleaner import HtmlCleaner
|
||||
|
||||
Reference in New Issue
Block a user