applications/luci-splash: fix redirections and form targets
[project/luci.git] / applications / luci-splash / luasrc / view / splash_splash / splash.htm
index 39640eb..413efbe 100644 (file)
@@ -14,8 +14,8 @@ $Id$
 -%>
 <%+header%>
 <%+splash/splash%>
-<form method="get" action="<%=controller%>/splash/splash/activate">
-       <input type="submit" value="<%:decline%>" />
-       <input type="submit" name="accept" value="<%:accept%>" />
+<form method="get" action="<%=controller%>/splash/activate">
+       <input type="submit" value="<%:decline Decline%>" />
+       <input type="submit" name="accept" value="<%:accept Accept%>" />
 </form>
-<%+footer%>
\ No newline at end of file
+<%+footer%>