"MaJ config + details"

This commit is contained in:
Doug Le Tough 2017-10-29 10:04:07 +01:00
parent c6c4a75354
commit eb844db1d7
1 changed files with 4 additions and 2 deletions

View File

@ -20,6 +20,8 @@
{% block content %}
<div id='edit' class='main_block'>
<h3>Tetastock version Beta</h3>
<p>Login: test<br/>Pass: test</p>
<text>Authentification:<text>
<div class='input_block'>
<label>Login</label>
@ -28,7 +30,7 @@
type='text'
title='Login'
placeholder='Login'
value='' />
value='test' />
</div>
<div class='input_block'>
<label>Mot de passe</label>
@ -37,7 +39,7 @@
type='password'
title='Mot de passe'
placeholder='Mot de passe'
value='' />
value='test' />
</div>
<div class='button_block'>
<input