From 6cc57e2f450b20b9a679de81363bc63f672c26fb Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 20 Oct 2022 15:06:39 +0100 Subject: [PATCH] Fix stylesheet name. --- static/css/{pgyum.css => pgzypp.css} | 0 templates/base.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename static/css/{pgyum.css => pgzypp.css} (100%) diff --git a/static/css/pgyum.css b/static/css/pgzypp.css similarity index 100% rename from static/css/pgyum.css rename to static/css/pgzypp.css diff --git a/templates/base.html b/templates/base.html index a4cd9c7..9dfb170 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,7 +19,7 @@ - + {%block title%}{%endblock%} - PostgreSQL Zypper Repository {%block extrahead%}{%endblock%} -- 2.39.5