diff --git a/tabellio/pfbviews/configure.zcml b/tabellio/pfbviews/configure.zcml index 414c01c..5cb759a 100644 --- a/tabellio/pfbviews/configure.zcml +++ b/tabellio/pfbviews/configure.zcml @@ -33,5 +33,12 @@ permission="zope2.View" /> + diff --git a/tabellio/pfbviews/question.pt b/tabellio/pfbviews/question.pt new file mode 100644 index 0000000..808028a --- /dev/null +++ b/tabellio/pfbviews/question.pt @@ -0,0 +1,69 @@ + + + + + + +
+

Title

+
+ +
+ +
+ +
+ +
+
+ +
+ + +
+ +
+ +
+
    +
  • Ecolo
  • +
+
+
+ +
+ +
+ +
+
+ +
+ +
+
    +
  • Santé
  • +
+
+
+ + + +
+ + + + + + + diff --git a/tabellio/pfbviews/question.py b/tabellio/pfbviews/question.py new file mode 100644 index 0000000..6a398fd --- /dev/null +++ b/tabellio/pfbviews/question.py @@ -0,0 +1,5 @@ +from Products.Five import BrowserView + +class View(BrowserView): + pass +