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 %} + +