From ca5e2f13aa205f71f9cb95fc0f05b2df8b03fc5b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 25 Jan 2016 01:50:44 +0100 Subject: Create new login blueprint The login and logout view are now in the login blueprint. --- accounts/templates/login/login.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 accounts/templates/login/login.html (limited to 'accounts/templates/login') diff --git a/accounts/templates/login/login.html b/accounts/templates/login/login.html new file mode 100644 index 0000000..dadcb1b --- /dev/null +++ b/accounts/templates/login/login.html @@ -0,0 +1,29 @@ +{%- extends 'base.html' %} +{%- from '_macros.html' import render_field, render_submit %} +{%- block content %} +

Login

+

+ Willkommen bei spline accounts. + Melde dich an, + informier dich, oder + leg einen Account an. +

+ +
+ {% for field in form %} + {{ render_field(field) }} + {% endfor %} + {{ render_submit(value='Login') }} +

+ + Account erstellen + +

+

+ + Passwort oder Benutzername vergessen + +

+
+ +{%- endblock %} -- cgit v1.2.3-1-g7c22