You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hi,
I'd like to have a logout link on all of my pages and I have a
base.html template that everything else extends. Is there a good way
to place a log out link in a base template without hardcoding the
output of users.create_logout_url() or passing it through the
template_values dictionary for every page? Thanks.
-ih
tj9991
unread,
Apr 17, 2008, 2:12:25 PM4/17/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Why do you not wish to pass it through template_values? That's the
way it's meant to be done...
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Thanks, something like BaseRequestHandler was just what I was looking
for...
On Apr 17, 1:12 pm, tj9991 <tslo...@gmail.com> wrote:
> Why do you not wish to pass it through template_values? That's the
> way it's meant to be done...
>