aboutsummaryrefslogtreecommitdiffstats
path: root/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.html')
-rw-r--r--templates/login.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/login.html b/templates/login.html
index 8179f54..46f38c2 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -4,7 +4,8 @@
<div class="row login">
<form id = "connection" action="{{ url_for('login') }}" role="form"
class="form-horizontal" method="post">
- <h4 class="form-control-static col-md-offset-4">Connexion</h4>
+ <h4>Connexion</h4>
+ <hr>
<div class="form-group">
<label for="name" class="col-md-4 control-label">Nom :</label>
<div class="col-md-8">
@@ -37,8 +38,7 @@
</button>
</div>
</div>
- {% if error %}
- <p class=error><strong>Erreur :</strong> {{ error }}</p>{% endif %}
+ <hr>
</form>
</div>
{% endblock %}