polish
This commit is contained in:
@@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
<h1>Login Required</h1>
|
<h1>Login Required</h1>
|
||||||
|
|
||||||
<c:if test="${not empty param.login_error}">
|
|
||||||
<div class="errors">
|
|
||||||
Your login attempt was not successful, try again.<br /><br />
|
|
||||||
Reason: #{sessionScope.SPRING_SECURITY_LAST_EXCEPTION.message}
|
|
||||||
</div>
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
<div class="section">
|
<div class="section">
|
||||||
|
<c:if test="${not empty param.login_error}">
|
||||||
|
<div class="errors">
|
||||||
|
Your login attempt was not successful, try again.<br />
|
||||||
|
Reason: #{sessionScope.SPRING_SECURITY_LAST_EXCEPTION.message}
|
||||||
|
</div>
|
||||||
|
</c:if>
|
||||||
|
<br/>
|
||||||
<p>Valid username/passwords are:</p>
|
<p>Valid username/passwords are:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>keith/melbourne</li>
|
<li>keith/melbourne</li>
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
.errors {
|
.errors {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
color: #600;
|
color: #600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user