Web Interface: do not leave form action empty
This commit is contained in:
parent
705ad5344c
commit
2b2aa9f20e
|
@ -352,7 +352,7 @@ Create boxes and more with a laser cutter!
|
|||
args = ["--"+unquote_plus(arg) for arg in environ['QUERY_STRING'].split("&")]
|
||||
if "--render=1" not in args:
|
||||
start_response(status, headers)
|
||||
return self.args2html(name, box)
|
||||
return self.args2html(name, box, "./" + name)
|
||||
else:
|
||||
args = [a for a in args if a != "--render=1"]
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue