diff --git a/dashboard/src/t5gweb/templates/macros/macros.html b/dashboard/src/t5gweb/templates/macros/macros.html index eb495d2..216c82e 100644 --- a/dashboard/src/t5gweb/templates/macros/macros.html +++ b/dashboard/src/t5gweb/templates/macros/macros.html @@ -49,7 +49,7 @@

Statistics

{% endfor %} {%- endmacro %} -{% macro cases_table(new_comments) -%} +{% macro cases_table(new_comments, jira_server) -%}
diff --git a/dashboard/src/t5gweb/templates/ui/table.html b/dashboard/src/t5gweb/templates/ui/table.html index e8bc23f..7a73373 100644 --- a/dashboard/src/t5gweb/templates/ui/table.html +++ b/dashboard/src/t5gweb/templates/ui/table.html @@ -3,7 +3,7 @@ {% block title %}{{ page_title }}{% endblock %} {% block content %}
- {{ macros.cases_table(new_comments) }} + {{ macros.cases_table(new_comments, jira_server) }}