From 7848c33addc6021709d599685c6bd03cab12c2df Mon Sep 17 00:00:00 2001 From: Sinny Kumari Date: Jun 27 2018 06:33:51 +0000 Subject: Fix to get verify image page on clicking atomic media download On Atomic download page, if you click on downloading an image e.g. qcow2 for x86_64, it should start image download and takes user to verify image page. Fixed it by adding back image download to download-cloud-splash class Signed-off-by: Sinny Kumari --- diff --git a/getfedora.org/build/atomic_vars.py b/getfedora.org/build/atomic_vars.py index 6ff19c3..058c7e1 100755 --- a/getfedora.org/build/atomic_vars.py +++ b/getfedora.org/build/atomic_vars.py @@ -18,7 +18,6 @@ import logging import os import sys import socket -import pprint from datetime import datetime, timedelta diff --git a/getfedora.org/data/content/atomic/download/index.html b/getfedora.org/data/content/atomic/download/index.html index 626cde4..b1323ac 100644 --- a/getfedora.org/data/content/atomic/download/index.html +++ b/getfedora.org/data/content/atomic/download/index.html @@ -153,7 +153,7 @@ ${_('If you\'re using Vagrant on Mac OS X or Windows, this is likely the image you\'ll want to use.')} @@ -166,7 +166,7 @@ ${_('If you\'re using Vagrant on Fedora, this is the image you\'ll want to use.')} @@ -223,7 +223,7 @@
qcow2 image for x86_64
@@ -235,7 +235,7 @@
qcow2 image for aarch64
@@ -247,7 +247,7 @@
qcow2 image for ppc64le
@@ -276,7 +276,7 @@
raw image for x86_64
@@ -288,7 +288,7 @@
raw image for aarch64
@@ -300,7 +300,7 @@
raw image for ppc64le
@@ -344,7 +344,7 @@
ISO image for x86_64
@@ -356,7 +356,7 @@
ISO image for aarch64
@@ -368,7 +368,7 @@
ISO image for ppc64le