Skip to content

Commit 8a943ed

Browse files
committed
isort, i18n
1 parent 9217321 commit 8a943ed

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/collective/behavior/relatedmedia/browser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import json
2525
import logging
2626

27+
2728
logger = logging.getLogger(__name__)
2829

2930

src/collective/behavior/relatedmedia/statistics.pt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:i18n="http://xml.zope.org/namespaces/i18n"
22
xmlns:metal="http://xml.zope.org/namespaces/metal" xmlns:tal="http://xml.zope.org/namespaces/tal"
33
metal:use-macro="context/@@main_template/macros/master" lang="en" xml:lang="en"
4-
i18n:domain="collective.behavior.relatedmedia">
4+
i18n:domain="collective.behavior.relatedmedia" i18n:ignore="">
55

66
<body>
77
<metal:main fill-slot="main" tal:define="stats view/stats">

0 commit comments

Comments
 (0)