From 05a50d4fcd74365a760815a4372ef520024c0883 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Sat, 14 Jun 2014 15:42:33 +0200 Subject: [PATCH] Basic styling for login page --- .../application/templates/layout.html | 2 + .../templates/security/login_user.html | 67 +++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 blender-bfct/application/templates/security/login_user.html diff --git a/blender-bfct/application/templates/layout.html b/blender-bfct/application/templates/layout.html index 888dce0..2308bd5 100644 --- a/blender-bfct/application/templates/layout.html +++ b/blender-bfct/application/templates/layout.html @@ -24,6 +24,8 @@ + {% block header %} + {% endblock %} diff --git a/blender-bfct/application/templates/security/login_user.html b/blender-bfct/application/templates/security/login_user.html new file mode 100644 index 0000000..fc0aaf6 --- /dev/null +++ b/blender-bfct/application/templates/security/login_user.html @@ -0,0 +1,67 @@ +{% extends 'layout.html' %} + +{% block header %} + +{% endblock%} + +{% block body %} + +
+ +
+ +{% endblock %}