Hello,
I created a Python Script which did some stuff and should afterwards
display the default page of the current container which is
test.html
You guess it that
return container.test.html(REQUEST)
will fail. I replaced it temporarily by test_html - but I would prefer
the test.html notation for some reason. How to call this in the script??
Kind regards
Andreas.