summaryrefslogtreecommitdiff
path: root/tools/mmd/MmdWidgets.py
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-02 08:32:47 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-02 08:32:47 +0000
commit47f69ce0e9e24275ac74a861b0b794dcd1e73204 (patch)
treee5e8b5b22151bedbc289bc5f8c34cb37370bd282 /tools/mmd/MmdWidgets.py
parent- finished registration procedure (diff)
- modified/improved session handling
git-svn-id: https://svn.spreadspace.org/mur.sat@89 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools/mmd/MmdWidgets.py')
-rw-r--r--tools/mmd/MmdWidgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py
index 1c83ac5..f0a555a 100644
--- a/tools/mmd/MmdWidgets.py
+++ b/tools/mmd/MmdWidgets.py
@@ -166,7 +166,7 @@ def statusWidget (session):
<div id="info">
Hello {0} with session id '{1}'! Local time is {2}. {3}
</div>
- '''.format (session.email, session.session_id, time.strftime ('%c'), inout)
+ '''.format (session.user.email, session.session_id, time.strftime ('%c'), inout)
return html