modules/freifunk: Add homepage(s) field to contact information
[project/luci.git] / modules / freifunk / luasrc / model / cbi / freifunk / contact.lua
index f6cdec7..30e94a3 100644 (file)
@@ -17,6 +17,7 @@ c = m:section(NamedSection, "contact", "public", "")
 
 c:option(Value, "nickname", translate("Nickname"))
 c:option(Value, "name", translate("Realname"))
+c:option(DynamicList, "homepage", translate("Homepage"))
 c:option(Value, "mail", translate("E-Mail"))
 c:option(Value, "phone", translate("Phone"))
 c:option(TextValue, "note", translate("Notice")).rows = 10