From 563779702b1a7411d3b2998313997798f4f2e4b4 Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Jul 26 2019 11:57:02 +0000 Subject: [PATCH 1/2] templates/master.html: change css including order so pagure.css is applied last --- diff --git a/pagure/templates/master.html b/pagure/templates/master.html index fab6dd8..1f8a097 100644 --- a/pagure/templates/master.html +++ b/pagure/templates/master.html @@ -8,9 +8,9 @@ {% block title %}{% endblock %} - {{ theme.site_title }} {{ theme.head_imports() }} - + {% block header %}{% endblock %} From eea661e2a52154ae91ffc7957fa5b0c046d72612 Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Jul 26 2019 11:57:02 +0000 Subject: [PATCH 2/2] templates/docs: remove js call to undefined method --- diff --git a/pagure/templates/docs.html b/pagure/templates/docs.html index 644d78c..22c5a54 100644 --- a/pagure/templates/docs.html +++ b/pagure/templates/docs.html @@ -21,13 +21,4 @@

-{% endblock %} - -{% block jscripts %} -{{ super() }} - {% endblock %} \ No newline at end of file