X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/cf85775b60d096583ec64a257e8a6afe47e21cd2..695fbac5cde9f2b38d3b67247480d7f470754331:/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