Fix untranslated titles of export providers

This commit is contained in:
Raphael Michel
2017-03-16 23:46:42 +01:00
parent b00a0eccc6
commit 91ca4f2184
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ from collections import OrderedDict
from django import forms
from django.dispatch import receiver
from django.utils.translation import ugettext as _
from django.utils.translation import ugettext_lazy as _
from ..exporter import BaseExporter
from ..models import Order