diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-28 16:58:49 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-28 16:58:49 -0400 |
| commit | 150fb1b5a79e49e6dedff69b7ec8c16d8bc53d1b (patch) | |
| tree | 4e8a02847dc2ec336297d7029625278308010903 | |
| parent | 884e74704bf28a53c66d8b436d3e012ce28dbe64 (diff) | |
| download | famille-flask-150fb1b5a79e49e6dedff69b7ec8c16d8bc53d1b.tar.gz | |
prettify
| -rw-r--r-- | templates/login.html | 6 |
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 %} |
