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

Login

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

Login

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