Removing unneeded div el

pull/59/head
Michael Jett 13 years ago
parent 703a8abab5
commit 181b0ce605

@ -8,7 +8,6 @@
<o:header title="approve access"/>
<o:topbar/>
<div class="container">
<div class="content">
<% if (session.getAttribute(AbstractAuthenticationProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY) != null && !(session.getAttribute(AbstractAuthenticationProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY) instanceof UnapprovedClientAuthenticationException)) { %>
<div class="alert-message error">
<a href="#" class="close">&times;</a>
@ -43,7 +42,6 @@
</p>
<a href="#" class="small">learn more</a>
</div>
</authz:authorize>

Loading…
Cancel
Save