From bd95993653a1b94d07316e24a0f519d00f9359d6 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Tue, 4 Dec 2012 16:21:32 -0500 Subject: User can login and logout --- templates/accounts/profile.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/accounts/profile.html (limited to 'templates/accounts/profile.html') diff --git a/templates/accounts/profile.html b/templates/accounts/profile.html new file mode 100644 index 0000000..aa6f3ad --- /dev/null +++ b/templates/accounts/profile.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block content %} +

Your Account

+

Hello {{ user.email }}

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