mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-02-02 13:49:40 +01:00
New login.html
This commit is contained in:
parent
7fb6648fa1
commit
4e6421f9dc
@ -420,6 +420,7 @@ dialog:target ~ .mask {
|
|||||||
/** Forms */
|
/** Forms */
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="search"],
|
input[type="search"],
|
||||||
|
input[type="password"],
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
|
@ -6,10 +6,8 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<label for="username">Nom d'utilisateur</label>
|
<input type="text" name="username" id="username" placeholder="Nom d'utilisateur" required><br/>
|
||||||
<input name="username" id="username" required>
|
<input type="password" name="password" id="password" placeholder="Mot de passe" required><br/>
|
||||||
<label for="password">Mot de passe</label>
|
|
||||||
<input type="password" name="password" id="password" required>
|
|
||||||
<input type="submit" value="Se connecter">
|
<input type="submit" value="Se connecter">
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue
Block a user