diff options
author | MichaĆ <emkael@tlen.pl> | 2017-05-19 23:04:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-19 23:04:27 +0200 |
commit | 908591a6c914bc7e835c8ac0f64102629be3bcba (patch) | |
tree | 4a369bf2529db0775f01f1933a8afb26c21870a3 /template/macros.html | |
parent | c9f05c934d7763836032be6891b9a9d84c749bed (diff) |
Bugfix: per_round parameter was missing in previous_rounds macro
Diffstat (limited to 'template/macros.html')
-rw-r--r-- | template/macros.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </tr> {% endmacro %} -{% macro previous_rounds(segments, segment_limit, prefix) %} +{% macro previous_rounds(segments, segment_limit, prefix, per_round) %} <tr> <td class="bdnl12" colspan="{{segment_limit+5}}"> {{"HEADER_PREV_ROUNDS"|translate}} |