Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions news/URB-2884.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix warning message translation
[jchandelle]
2 changes: 1 addition & 1 deletion src/Products/urban/browser/licence/divisionview.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from Products.urban import UrbanMessage as _
from Products.urban.browser.licence.licenceview import CODTLicenceView
from Products.CMFCore.utils import getToolByName
from Products.CMFPlone import PloneMessageFactory as _


class DivisionView(CODTLicenceView):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
from Products.urban import UrbanMessage as _
from Products.urban.browser.licence.licenceview import LicenceView
from Products.CMFPlone import PloneMessageFactory as _

from plone import api

Expand Down
2 changes: 1 addition & 1 deletion src/Products/urban/browser/licence/envclassoneview.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from Products.urban import UrbanMessage as _
from Products.urban.browser.licence.licenceview import LicenceView
from Products.CMFPlone import PloneMessageFactory as _

from plone import api

Expand Down
2 changes: 1 addition & 1 deletion src/Products/urban/browser/licence/envclassthreeview.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from Products.urban import UrbanMessage as _
from Products.urban.browser.licence.licenceview import LicenceView
from Products.CMFCore.utils import getToolByName
from Products.CMFPlone import PloneMessageFactory as _


class EnvClassThreeView(LicenceView):
Expand Down
2 changes: 1 addition & 1 deletion src/Products/urban/browser/licence/envclasstwoview.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from Products.urban import UrbanMessage as _
from Products.urban.browser.licence.licenceview import LicenceView
from Products.CMFPlone import PloneMessageFactory as _

from plone import api

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

from Products.urban import UrbanMessage as _
from Products.urban.browser.licence.licenceview import LicenceView
from Products.CMFPlone import PloneMessageFactory as _

from plone import api

Expand Down
2 changes: 1 addition & 1 deletion src/Products/urban/browser/licence/roaddecreeview.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

from Products.CMFPlone import PloneMessageFactory as _
from Products.urban import UrbanMessage as _
from Products.urban.browser.licence.buildlicenceview import BuildLicenceView
from plone import api

Expand Down