X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/cf85775b60d096583ec64a257e8a6afe47e21cd2..6d0648222e9d47e0aac77b77ed5b6ee39e87108c:/templates/login.html diff --git a/templates/login.html b/templates/login.html index 367b112..6e8371d 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,11 +1,11 @@ - - - Login - -

Login

-
- {{ aform.as_p }} - -
- - \ No newline at end of file +{% extends "base.html" %} + +{% block title %}Login{% endblock %} + +{% block content %} +

Login

+
+ {{ aform.as_p }} + +
+{% endblock %} \ No newline at end of file