From 1a9a630577e9d24bdcde0a581491771535eefb84 Mon Sep 17 00:00:00 2001 From: ZizzyDizzyMC Date: Wed, 10 Feb 2021 21:33:08 -0500 Subject: [PATCH] testing the reverse order. --- templates/display/audio.html | 4 ++-- templates/display/image.html | 6 +++--- templates/display/video.html | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/display/audio.html b/templates/display/audio.html index a120948..cda8ba5 100644 --- a/templates/display/audio.html +++ b/templates/display/audio.html @@ -1,8 +1,8 @@ {% extends "base.html" %} {% block head %} - - + + {% endblock %} {% block main %} diff --git a/templates/display/image.html b/templates/display/image.html index cd626b6..ce83c5b 100644 --- a/templates/display/image.html +++ b/templates/display/image.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% block head %} - - - + + + {% endblock %} {% block main %} diff --git a/templates/display/video.html b/templates/display/video.html index f6f4330..c416dc5 100644 --- a/templates/display/video.html +++ b/templates/display/video.html @@ -1,8 +1,8 @@ {% extends "base.html" %} {% block head %} - - + + {% endblock %} {% block main %}