More fishing around in the dark

This commit is contained in:
Luke Murphy
2020-07-01 21:19:09 +02:00
parent 38cc463a1d
commit ae06f928bf
2 changed files with 38 additions and 3 deletions

View File

@ -7,7 +7,7 @@
</head>
<body>
<p>Install {{ app_name }}</p>
<form method="POST" action="/deploy">
<form method="POST" action="/deploy/{{ app_name }}">
{% for field in form %}
<div>
{{ field.label() }}