blob: 984fa0acfcb880a54557153b383f4c6fc15576f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<%+header%>
<%
local profileurl = luci.dispatcher.build_url(luci.dispatcher.context.path[1], "freifunk", "basics")
%>
<h2><%:Error%></h2>
<%:You need to select a profile before you can edit it. To select a profile go to%> <a href='<%=profileurl%>'><%:Basic settings%></a>.
<p/>
<%+footer%>
|