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 %}