diff --git a/templates/login.html b/templates/login.html index 2597ffa..9001711 100644 --- a/templates/login.html +++ b/templates/login.html @@ -20,6 +20,8 @@ {% block content %}
+

Tetastock version Beta

+

Login: test
Pass: test

Authentification:
@@ -28,7 +30,7 @@ type='text' title='Login' placeholder='Login' - value='' /> + value='test' />
@@ -37,7 +39,7 @@ type='password' title='Mot de passe' placeholder='Mot de passe' - value='' /> + value='test' />