"MaJ config + details"
This commit is contained in:
parent
c6c4a75354
commit
eb844db1d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user