From d1f52447b1ac555b679636966752e62406336145 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 7 Oct 2022 01:45:23 +0200 Subject: [PATCH] remove old earlylife css code --- files/templates/authforms.html | 13 +------------ files/templates/default.html | 11 ----------- files/templates/log.html | 13 +------------ files/templates/settings.html | 13 +------------ files/templates/submit.html | 11 ----------- 5 files changed, 3 insertions(+), 58 deletions(-) diff --git a/files/templates/authforms.html b/files/templates/authforms.html index f8e49e0685..84d326a8be 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -31,17 +31,6 @@ {{v.css | safe}} {% endif %} - - {% if v.earlylife %} - - {% endif %} {% else %} @@ -116,4 +105,4 @@ - \ No newline at end of file + diff --git a/files/templates/default.html b/files/templates/default.html index 381208fdbb..f0c6755362 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -28,17 +28,6 @@ {{v.css | safe}} {% endif %} - - {% if v.earlylife %} - - {% endif %} {% else %} diff --git a/files/templates/log.html b/files/templates/log.html index 4ff0d4105c..4c49365976 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -19,17 +19,6 @@ {{v.css | safe}} {% endif %} - - {% if v.earlylife %} - - {% endif %} {% else %} @@ -162,4 +151,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/files/templates/settings.html b/files/templates/settings.html index 7050627622..f9f9344a5d 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -46,17 +46,6 @@ {{v.css | safe}} {% endif %} - - {% if v.earlylife %} - - {% endif %} @@ -263,4 +252,4 @@ - \ No newline at end of file + diff --git a/files/templates/submit.html b/files/templates/submit.html index 6ff61d9a8a..557d0719e8 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -44,17 +44,6 @@ {% endif %} - - {% if v.earlylife %} - - {% endif %} {% endblock %}