modules/freifunk: Fix default route display for virtual interfaces. while at it,...
[project/luci.git] / modules / freifunk / luasrc / view / freifunk / profile_error.htm
1 <%+header%>
2
3 <%
4 local profileurl = luci.dispatcher.build_url(luci.dispatcher.context.path[1], "freifunk", "basics")
5 %>
6
7 <h2><%:Error%></h2>
8 <%:You need to select a profile before you can edit it. To select a profile go to%> <a href='<%=profileurl%>'><%:Basic settings%></a>.
9 <p/>
10
11 <%+footer%>