luci-app-travelmate: sync with travelmate 0.7.2
[project/luci.git] / applications / luci-app-travelmate / luasrc / model / cbi / travelmate / configuration_tab.lua
index 6e9e287..4233da6 100644 (file)
@@ -7,6 +7,8 @@ local trminput = "/etc/config/travelmate"
 
 if not nixio.fs.access(trminput) then
        m = SimpleForm("error", nil, translate("Input file not found, please check your configuration."))
+       m.reset = false
+       m.submit = false
        return m
 end