source: OpenRLabs-Git/web2py/applications/rlabs/views/setup/auth_setup.html

main
Last change on this file was 42095c5, checked in by David Fuertes <dfuertes@…>, 4 years ago

Insert password admin visible

  • Property mode set to 100644
File size: 279 bytes
Line 
1{{extend 'layout.html'}}
2<link href="{{=URL('static', 'css/setup.css')}}" rel="stylesheet"       type="text/css" />
3
4<div class="container_setup">
5        <div class="menu_config">
6         {{include 'setup/menu.html'}}
7        </div>
8       
9        <div class="web2py_grid form_config">
10        {{=form}}
11        </div>
12
13</div>
14
15
Note: See TracBrowser for help on using the repository browser.