profile_error.htm 293 B

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