Skip to content

Commit

Permalink
Submit the O2 form to the correct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeiP committed Nov 20, 2023
1 parent b33626e commit e6facf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/form_o2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% block title %}Työkalu{% endblock %}
{% block body %}
<h1>Sir Miksalotti</h1>
<form method="POST" action="/" enctype="multipart/form-data">
<form method="POST" action="/o2" enctype="multipart/form-data">
{{ form.csrf_token }}
<div class="form-group row">
{{ form.pressure.label(class_='col-sm-2 col-form-label') }}
Expand Down

0 comments on commit e6facf0

Please sign in to comment.