remove the plan pitstop feature

Co-authored-by: Joachim Lusiardi <joachim@lusiardi.de>
Co-committed-by: Joachim Lusiardi <joachim@lusiardi.de>
This commit was merged in pull request #11.
This commit is contained in:
2024-05-22 11:50:43 +02:00
committed by jlusiardi
parent b539361ca7
commit 208cb497aa
30 changed files with 4 additions and 574 deletions

View File

@@ -9,7 +9,6 @@
<form class='form-horizontal' method="POST">
{{ form.hidden_tag() }}
{{ render_field_with_errors(form.name) }}
{{ render_field_with_errors(form.ext_id) }}
{{ render_field_with_errors(form.unit) }}
{{ render_field_with_errors(form.submit) }}
</form>