From 0b66657fad8db66a202471bd79f015d0cf4c96f0 Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Sun, 16 Jun 2024 03:14:36 +0200 Subject: [PATCH] =?UTF-8?q?[FIX]=C2=A0deleting=20old=20templates=20and=20u?= =?UTF-8?q?rls=20and=20making=20better=20links=20in=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tldtest/templates/about.html | 4 ---- tldtest/templates/base.html | 6 +++--- tldtest/templates/latency.html | 4 ---- tldtest/urls.py | 4 +--- 4 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 tldtest/templates/about.html delete mode 100644 tldtest/templates/latency.html diff --git a/tldtest/templates/about.html b/tldtest/templates/about.html deleted file mode 100644 index 6140c6a..0000000 --- a/tldtest/templates/about.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "base.html" %} -{% block content %} - Website Under construction -{% endblock content %} \ No newline at end of file diff --git a/tldtest/templates/base.html b/tldtest/templates/base.html index ee4e616..d6cf5fb 100644 --- a/tldtest/templates/base.html +++ b/tldtest/templates/base.html @@ -31,7 +31,7 @@