SP/web2py/applications/admin/views/default.mobile/upgrade_web2py.html

15 lines
550 B
HTML
Raw Permalink Normal View History

2018-10-25 15:33:07 +00:00
{{extend 'default.mobile/layout.html'}}
{{block sectionclass}}upgrade{{end}}
<h2>{{=T('web2py upgrade')}}</h2>
<p><strong>{{=T('ATTENTION:')}}</strong> {{=T('This is an experimental feature and it needs more testing. If you decide to upgrade you do it at your own risk')}}<br />
{{=T('If start the upgrade, be patient, it may take a while to download')}}</p>
<div>
{{=FORM(INPUT(_type='submit',_name='noupgrade',_value=T('Cancel')), _class='inline')}}
{{=FORM(INPUT(_type='submit',_name='upgrade',_value=T('Upgrade')), _class='inline')}}
</div>