From 97f5d95f8edb6effd8f4deb784505eba01bd963b Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 4 May 2013 13:07:06 -0400 Subject: [PATCH] Fix invocation. --- tasks/afc_statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/afc_statistics.py b/tasks/afc_statistics.py index 3f8f9a8..5bdfb9e 100644 --- a/tasks/afc_statistics.py +++ b/tasks/afc_statistics.py @@ -65,7 +65,7 @@ class AFCStatistics(Task): # Templates used in chart generation: templates = cfg.get("templates", {}) self.tl_header = templates.get("header", "AFC statistics/header") - self.tl_row = templates.get("row", "#invoke:AfC") + self.tl_row = templates.get("row", "#invoke:AfC|row") self.tl_footer = templates.get("footer", "AFC statistics/footer") # Connection data for our SQL database: