From 01405d73d6839ae7e267482d483aecc628a67afd Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Tue, 10 May 2011 11:09:55 +0200 Subject: Added reset password functionality. --- templates/changepw/index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/changepw/index.html (limited to 'templates/changepw/index.html') diff --git a/templates/changepw/index.html b/templates/changepw/index.html new file mode 100644 index 0000000..bd607ef --- /dev/null +++ b/templates/changepw/index.html @@ -0,0 +1,28 @@ +{% extends "base.html" %} +{% block js %} +{% endblock %} +{% block title %}Password Manager{% endblock %} +{% block content %} +

Password Manager

+

+ Hello {{ full_name }},
+ Welcome to the password management site. +

+ + + + + + + + +
Your usernames
Username:{{ username }}
+ +

Available actions:

+ + +

Log out

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