fi alignment

This commit is contained in:
nnhai1991@gmail.com 2018-08-14 22:57:17 +08:00
parent bdad13227e
commit 4b1f955980

View File

@ -10,7 +10,7 @@
<body>
<sec:authorize access="isAuthenticated()">
AUTHENTICATED
</sec:authorize>
</sec:authorize>
<sec:authorize access="hasRole('ADMIN')">
ADMIN ROLE
</sec:authorize>
@ -20,7 +20,8 @@
</h2>
<form method="post" action="/do/something">
<sec:csrfInput />
Text Field:<br />
Text Field:
<br />
<input type="text" name="textField" />
</form>
</body>