From 9272b3f8e314a822f1b1649f1894a45651a86195 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Fri, 19 May 2023 09:00:01 +0200 Subject: [PATCH] Improve landing page slightly --- web/templates/auth/login.html | 4 ++-- web/templates/index.html | 30 +++++++++++++++++++++--------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/web/templates/auth/login.html b/web/templates/auth/login.html index 8b8880a..d03dde4 100644 --- a/web/templates/auth/login.html +++ b/web/templates/auth/login.html @@ -4,9 +4,9 @@

- {{ form.username() }} +
{{ form.username() }}

- {{ form.password() }} +
{{ form.password() }}

{{ form.errors['username'] | join(' ') }}

diff --git a/web/templates/index.html b/web/templates/index.html index 4128a05..9a8cd91 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -1,15 +1,27 @@ {% extends 'base.html' %} {% block content %} -

+
+
VPN +
urejanje ključev za WireGuard VPN + +
{% endblock %}