Fix display on login error messages.

This commit is contained in:
2011-12-19 17:47:21 +00:00
parent 6ab5f683e9
commit a75814da92

View File

@@ -1,6 +1,6 @@
{if $authentication_failed} {if $authentication_failed}
<div class="data-alert"> <div class="alert-message error">
Incorrect username/password combination entered. Incorrect username/password combination entered.
</div> </div>