fi alignment
This commit is contained in:
parent
bdad13227e
commit
4b1f955980
@ -10,7 +10,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<sec:authorize access="isAuthenticated()">
|
<sec:authorize access="isAuthenticated()">
|
||||||
AUTHENTICATED
|
AUTHENTICATED
|
||||||
</sec:authorize>
|
</sec:authorize>
|
||||||
<sec:authorize access="hasRole('ADMIN')">
|
<sec:authorize access="hasRole('ADMIN')">
|
||||||
ADMIN ROLE
|
ADMIN ROLE
|
||||||
</sec:authorize>
|
</sec:authorize>
|
||||||
@ -20,7 +20,8 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<form method="post" action="/do/something">
|
<form method="post" action="/do/something">
|
||||||
<sec:csrfInput />
|
<sec:csrfInput />
|
||||||
Text Field:<br />
|
Text Field:
|
||||||
|
<br />
|
||||||
<input type="text" name="textField" />
|
<input type="text" name="textField" />
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user