Code

Multilinks can be filtered by combining elements with AND, OR and NOT
[roundup.git] / roundup / cgi / templating.py
index 510aa6148acf8845636528303770108f4cfe08d7..a541f50244f5bda31bf14704e5367ef865c82c00 100644 (file)
@@ -27,6 +27,8 @@ from roundup import hyperdb, date, support
 from roundup import i18n
 from roundup.i18n import _
 
+from KeywordsExpr import render_keywords_expression_editor
+
 try:
     import cPickle as pickle
 except ImportError:
@@ -2863,6 +2865,9 @@ class TemplatingUtils:
             raise AttributeError, name
         return self.client.instance.templating_utils[name]
 
+    def keywords_expressions(self, request):
+        return render_keywords_expression_editor(request)
+
     def html_calendar(self, request):
         """Generate a HTML calendar.