From ec4f44a3ab332db797cb41ffa445ed03603246c0 Mon Sep 17 00:00:00 2001 From: Frederik Baerentsen Date: Thu, 25 Sep 2025 21:46:58 +0200 Subject: [PATCH] Removed unused import --- templates/base.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index d52beb8..c548e8f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -104,9 +104,6 @@ {% endif %} {% if request.endpoint == 'set.list' %} -{% endif %} - {% if request.endpoint == 'set.details' %} - {% endif %} {% if request.endpoint == 'instructions.download' or request.endpoint == 'instructions.do_download' %}