From db30479dbd9cb883536998f3ac3404039e81e14c Mon Sep 17 00:00:00 2001 From: Robert Fairley Date: Nov 08 2019 21:31:30 +0000 Subject: [PATCH 1/2] coreos-download: remove unneeded coreos-download.css include The `coreos-download.css` file no longer exists. Signed-off-by: Robert Fairley --- diff --git a/sites/getfedora.org/site/coreos/download/index.html b/sites/getfedora.org/site/coreos/download/index.html index 857a8a6..6ae6245 100644 --- a/sites/getfedora.org/site/coreos/download/index.html +++ b/sites/getfedora.org/site/coreos/download/index.html @@ -6,7 +6,6 @@ {% block content %} {{submenu(edition="coreos", active="download")}} -
From 772f3c8591ed527e68abc5c4e2a856217abd3de5 Mon Sep 17 00:00:00 2001 From: Robert Fairley Date: Nov 08 2019 21:36:12 +0000 Subject: [PATCH 2/2] coreos-download: do not specify MIME type for js includes This is how the script includes were previously formed, before PR #46. Signed-off-by: Robert Fairley --- diff --git a/sites/getfedora.org/site/coreos/download/index.html b/sites/getfedora.org/site/coreos/download/index.html index 6ae6245..a39b66d 100644 --- a/sites/getfedora.org/site/coreos/download/index.html +++ b/sites/getfedora.org/site/coreos/download/index.html @@ -31,7 +31,7 @@ {% block js %} - - + + {{ super() }} {% endblock %}