Merge pull request #1502 from dibdot/adblock
[project/luci.git] / modules / luci-base / luasrc / view / csrftoken.htm
1 <%#
2  Copyright 2015 Jo-Philipp Wich <jow@openwrt.org>
3  Licensed to the public under the Apache License 2.0.
4 -%>
5
6 <%+header%>
7
8 <h2 name="content"><%:Form token mismatch%></h2>
9 <br />
10
11 <p class="alert-message"><%:The submitted security token is invalid or already expired!%></p>
12
13 <p><%:
14         In order to prevent unauthorized access to the system, your request has
15         been blocked. Click "Continue »" below to return to the previous page.
16 %></p>
17
18 <hr />
19
20 <p class="right">
21         <strong><a href="#" onclick="window.history.back();">Continue »</a></strong>
22 </p>
23
24 <%+footer%>