From 4ed68d5edb5e602851eb473212600723ec7cea36 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 16 May 2021 15:09:58 -0400 Subject: [PATCH] repo.html: fix link macro following jinja2 release --- gitsrht/templates/repo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitsrht/templates/repo.html b/gitsrht/templates/repo.html index 63f460c..dd8d40f 100644 --- a/gitsrht/templates/repo.html +++ b/gitsrht/templates/repo.html @@ -24,7 +24,7 @@
{% endif %} {% block tabs %} - {% macro link(path, title, alternates) %} + {% macro link(path, title, alternates=[]) %} {{ title }} -- 2.38.4