From 908591a6c914bc7e835c8ac0f64102629be3bcba Mon Sep 17 00:00:00 2001 From: MichaƂ Date: Fri, 19 May 2017 23:04:27 +0200 Subject: Bugfix: per_round parameter was missing in previous_rounds macro --- template/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/macros.html b/template/macros.html index 09cd7ea..1cbb1b0 100644 --- a/template/macros.html +++ b/template/macros.html @@ -4,7 +4,7 @@ {% endmacro %} -{% macro previous_rounds(segments, segment_limit, prefix) %} +{% macro previous_rounds(segments, segment_limit, prefix, per_round) %} {{"HEADER_PREV_ROUNDS"|translate}} -- cgit v1.2.3