summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lorrycontroller/status.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lorrycontroller/status.py b/lorrycontroller/status.py
index 310a03e..806e651 100644
--- a/lorrycontroller/status.py
+++ b/lorrycontroller/status.py
@@ -53,6 +53,9 @@ class StatusRenderer(object):
modified_status['links'] = False
modified_status['publish_failures'] = publish_failures
logging.info('FOO2 %s', modified_status)
+ template_example = bottle.template('I have to
+ publish?{{publish_failures}}', **modified_status)
+ logging.info('FOO3 %s', template_example)
html = self.render_status_as_html(template, modified_status)
# We write the file first to a temporary file and then