SmartAudio/package/luci/luci-mod-freifunk/luasrc/view/freifunk/profile_error.htm

12 lines
293 B
HTML
Raw Normal View History

2018-07-13 01:31:50 +00:00
<%+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%>