From 568eaa7b35fae9057e6e31bd4d3712db15923b37 Mon Sep 17 00:00:00 2001 From: ZhymabekRoman Date: Mon, 22 Jul 2024 11:40:45 +0500 Subject: [PATCH] template: refactor --- server/templates/error.html | 2 +- server/templates/homepage.html | 9 ++------- server/templates/url_box.html | 21 ++++++++------------- 3 files changed, 11 insertions(+), 21 deletions(-) diff --git a/server/templates/error.html b/server/templates/error.html index 7ba0140..a0a9305 100644 --- a/server/templates/error.html +++ b/server/templates/error.html @@ -10,7 +10,7 @@

We are aware of this error. Please try again later if this was an error on our part, we will fix it as soon as possible.

-

Your emergency transponder code: {{ transponder_code }}

+

Your emergency transponder code: {{ transponder_code }}

diff --git a/server/templates/homepage.html b/server/templates/homepage.html index 7dec42d..a45e799 100644 --- a/server/templates/homepage.html +++ b/server/templates/homepage.html @@ -1,7 +1,7 @@
{% for post in post_list %} {% endfor %}
- diff --git a/server/templates/url_box.html b/server/templates/url_box.html index ab6668c..fd8450a 100644 --- a/server/templates/url_box.html +++ b/server/templates/url_box.html @@ -1,24 +1,19 @@
-
- +
+ class="w-full focus:outline-none text-green-500 dark:bg-gray-600 border-gray-300"> + +