]> git.ipfire.org Git - pbs.git/commitdiff
builds: Add missing shorter argument to BuildList
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Jan 2025 17:14:34 +0000 (17:14 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Jan 2025 17:14:34 +0000 (17:14 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/builds/macros.html

index 6955c760a9a2266948e3855c9df9a64474dee951..e1ebd893926a7eb639e1486ba724db6c15654d86 100644 (file)
@@ -20,7 +20,7 @@
 
 {% from "users/macros.html" import Avatar with context %}
 
-{% macro BuildList(builds, limit=None, more_url=None) %}
+{% macro BuildList(builds, shorter=False, limit=None, more_url=None) %}
        {% if builds %}
                {% set rest = False %}