another multi_user_mode fix

This commit is contained in:
mdipierro
2012-08-24 16:24:43 -05:00
parent 423f305fd0
commit f5e6fb6fbd
2 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
Version 2.00.0 (2012-08-24 16:17:29) dev
Version 2.00.0 (2012-08-24 16:24:40) dev

View File

@@ -135,13 +135,15 @@
{{=form_update.custom.end}}
</div>
<!-- DEPLOY ON GAE -->
{{if not MULTI_USER_MODE or is_manager():}}
<div class="box">
<h3>{{=T("Deploy")}}</h3>
<p>
{{=button(URL('gae','deploy'), T('Deploy on Google App Engine'))}}
{{=button(URL('openshift','deploy'),T('Deploy to OpenShift'))}}
</p>
</div><br/>
</div>
{{pass}}
{{if TWITTER_HASH:}}
<div class="box">
<h3>{{=T("%s Recent Tweets"%TWITTER_HASH)}}</h3>