ashb commented on a change in pull request #16233:
URL: https://github.com/apache/airflow/pull/16233#discussion_r649128969
##########
File path: airflow/www/templates/airflow/confirm.html
##########
@@ -28,11 +28,17 @@ <h2>Wait a minute.</h2>
<pre><code>{{ details }}</code></pre>
{% endif %}
</div>
- <form method="POST">
+ {% if endpoint %}
+ <form method="POST" action="/{{ endpoint }}">
Review comment:
This won't work if Airflow is not rooted at `/` -- endpoint should
converted to a URL by the view function using `url_for` and the template can
then just print it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]