We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9217321 commit 8a943edCopy full SHA for 8a943ed
2 files changed
src/collective/behavior/relatedmedia/browser.py
@@ -24,6 +24,7 @@
24
import json
25
import logging
26
27
+
28
logger = logging.getLogger(__name__)
29
30
src/collective/behavior/relatedmedia/statistics.pt
@@ -1,7 +1,7 @@
1
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:i18n="http://xml.zope.org/namespaces/i18n"
2
xmlns:metal="http://xml.zope.org/namespaces/metal" xmlns:tal="http://xml.zope.org/namespaces/tal"
3
metal:use-macro="context/@@main_template/macros/master" lang="en" xml:lang="en"
4
- i18n:domain="collective.behavior.relatedmedia">
+ i18n:domain="collective.behavior.relatedmedia" i18n:ignore="">
5
6
<body>
7
<metal:main fill-slot="main" tal:define="stats view/stats">
0 commit comments