diff options
-rw-r--r-- | scipy/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/templates/login.html b/scipy/templates/login.html index 2f29ea4..c3db58e 100644 --- a/scipy/templates/login.html +++ b/scipy/templates/login.html @@ -3,7 +3,7 @@ <div class="large-6 large-centered columns"> {% if status == "in" %} <div data-alert class="alert-box alert"> -<p>Invalid username or password.</p> +<span>Invalid username or password.</span> <a href="#" class="close">×</a> </div> {% endif %} |