changed /submit route to relative, and fixed output_file path definition

This commit is contained in:
2025-12-01 21:15:43 +01:00
parent a80525b06d
commit 98a7df2931
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
{% block content %}
<div class="form-container">
<form action="/submit" method="POST" autocomplete="off">
<form action="submit" method="POST" autocomplete="off">
{% for f in fields %}
{% if f.html_before.is_some() %}
{{ f.html_before.as_ref().unwrap() | safe }}