diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-04-03 18:55:55 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-04-03 18:55:55 -0500 |
commit | 59dd5c7e96ef454d7430727415309b43182590fa (patch) | |
tree | ebcd09b734a78db340a6bf2c80b0d2f4ab51b00d /mediagoblin/templates | |
parent | a3fdcf5ce0fafe3ad50429a9a0870a40717ccb75 (diff) | |
download | mediagoblin-59dd5c7e96ef454d7430727415309b43182590fa.tar.lz mediagoblin-59dd5c7e96ef454d7430727415309b43182590fa.tar.xz mediagoblin-59dd5c7e96ef454d7430727415309b43182590fa.zip |
Functioning request.user, and a functioning greeting for users :)
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html index fa126857..546dc264 100644 --- a/mediagoblin/templates/mediagoblin/base.html +++ b/mediagoblin/templates/mediagoblin/base.html @@ -29,7 +29,7 @@ <tr> <td></td> <td> - Welcome {{ user['username'] }}! -- + Welcome {{ request.user['username'] }}! -- <a href="{{ request.urlgen('mediagoblin.auth.logout') }}"> Logout</a> </td> |