another multi_user_mode fix
This commit is contained in:
@@ -1 +1 @@
|
|||||||
Version 2.00.0 (2012-08-24 16:17:29) dev
|
Version 2.00.0 (2012-08-24 16:24:40) dev
|
||||||
|
|||||||
@@ -135,13 +135,15 @@
|
|||||||
{{=form_update.custom.end}}
|
{{=form_update.custom.end}}
|
||||||
</div>
|
</div>
|
||||||
<!-- DEPLOY ON GAE -->
|
<!-- DEPLOY ON GAE -->
|
||||||
|
{{if not MULTI_USER_MODE or is_manager():}}
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h3>{{=T("Deploy")}}</h3>
|
<h3>{{=T("Deploy")}}</h3>
|
||||||
<p>
|
<p>
|
||||||
{{=button(URL('gae','deploy'), T('Deploy on Google App Engine'))}}
|
{{=button(URL('gae','deploy'), T('Deploy on Google App Engine'))}}
|
||||||
{{=button(URL('openshift','deploy'),T('Deploy to OpenShift'))}}
|
{{=button(URL('openshift','deploy'),T('Deploy to OpenShift'))}}
|
||||||
</p>
|
</p>
|
||||||
</div><br/>
|
</div>
|
||||||
|
{{pass}}
|
||||||
{{if TWITTER_HASH:}}
|
{{if TWITTER_HASH:}}
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h3>{{=T("%s Recent Tweets"%TWITTER_HASH)}}</h3>
|
<h3>{{=T("%s Recent Tweets"%TWITTER_HASH)}}</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user