diff options
-rw-r--r-- | libs/cbi/luasrc/view/cbi/simpleform.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/cbi/luasrc/view/cbi/simpleform.htm b/libs/cbi/luasrc/view/cbi/simpleform.htm index 9a23e53a8..859acd3c0 100644 --- a/libs/cbi/luasrc/view/cbi/simpleform.htm +++ b/libs/cbi/luasrc/view/cbi/simpleform.htm @@ -33,7 +33,7 @@ $Id$ <%- end %> <% if not self.embedded then %> <div> -<%- if self.flow.skip then %> +<%- if self.flow and self.flow.skip then %> <input class="cbi-button cbi-button-skip" type="submit" name="cbi.skip" value="<%:skip Skip%>" /> <% end %> <%- if self.submit ~= false then %> |