Remove entry point site spawning
Committed cbc017
--- a/webint_code/templates/project/index.html
+++ b/webint_code/templates/project/index.html
, \
)
$if websites := plugins.pop("websites", None):
- <form method=post action=$tx.origin/sites/machines>
- <input type=hidden name=package value=$py_project_name>
websites (
$for webapp, webapp_callable in websites.items():
$ webapp_path = webapp_callable.replace(".", "/").replace(":", "#")
<a href="/projects/$project/api/$webapp_path">$webapp</a>\
- <button name=app valaue=$webapp_callable>Spawn</button>
$if not loop.last:
, \
)
- </form>
$if scripts:
scripts (
$for script, script_callable in scripts.items():