diff --git a/templates/layout.html b/templates/layout.html index 42dd4ee..5d9d9ba 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -8,7 +8,7 @@ -
+
{% block body %} default stuff {% endblock %} diff --git a/templates/login.html b/templates/login.html index 82be573..e845b94 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,9 +1,13 @@ {% extends 'layout.html' %} {% block body %} -

Please log in

+

Welcome to Vanth

+

Please log in

- - - Log in +
+ + + + + {% endblock %}