From f5e6fb6fbd044db06c3afd2f7c4874fdc8c4e01c Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 24 Aug 2012 16:24:43 -0500 Subject: [PATCH] another multi_user_mode fix --- VERSION | 2 +- applications/admin/views/default/site.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d91343d1..91d4bc4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-24 16:17:29) dev +Version 2.00.0 (2012-08-24 16:24:40) dev diff --git a/applications/admin/views/default/site.html b/applications/admin/views/default/site.html index 160277d5..a9e7719d 100644 --- a/applications/admin/views/default/site.html +++ b/applications/admin/views/default/site.html @@ -135,13 +135,15 @@ {{=form_update.custom.end}} + {{if not MULTI_USER_MODE or is_manager():}}

{{=T("Deploy")}}

{{=button(URL('gae','deploy'), T('Deploy on Google App Engine'))}} {{=button(URL('openshift','deploy'),T('Deploy to OpenShift'))}}

-

+ + {{pass}} {{if TWITTER_HASH:}}

{{=T("%s Recent Tweets"%TWITTER_HASH)}}