From a4869ae12c22b8792997ed1de6cbfe630c7aed39 Mon Sep 17 00:00:00 2001 From: "Federico Pasqua (eisterman)" Date: Wed, 29 Jan 2025 22:49:50 +0100 Subject: [PATCH] Reformat templates. Work Completed --- httptests/Index.http | 4 --- httptests/http-client.env.json | 6 ---- templates/base.html | 19 ++++++++----- templates/feed_form.html | 52 ++++++++++++++++++---------------- templates/index.html | 3 +- 5 files changed, 41 insertions(+), 43 deletions(-) delete mode 100644 httptests/Index.http delete mode 100644 httptests/http-client.env.json diff --git a/httptests/Index.http b/httptests/Index.http deleted file mode 100644 index 2957ca1..0000000 --- a/httptests/Index.http +++ /dev/null @@ -1,4 +0,0 @@ -### GET request to index -GET http://{{host}}:{{port}}/ - -### \ No newline at end of file diff --git a/httptests/http-client.env.json b/httptests/http-client.env.json deleted file mode 100644 index efa60e6..0000000 --- a/httptests/http-client.env.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "dev": { - "host": "127.0.0.1", - "port": "3000" - } -} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 07a1fa8..3c72df4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,15 +6,20 @@ {% block head %}{% endblock %} diff --git a/templates/feed_form.html b/templates/feed_form.html index 6918b66..ca6cb74 100644 --- a/templates/feed_form.html +++ b/templates/feed_form.html @@ -1,27 +1,29 @@ \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 9fb3c8a..9c4b82b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -67,7 +67,8 @@