feat: connect project and scenario routers to new Jinja2 views with forms and error handling

This commit is contained in:
2025-11-09 17:32:23 +01:00
parent 191500aeb7
commit d36611606d
6 changed files with 531 additions and 6 deletions

View File

@@ -19,6 +19,10 @@
</div>
</header>
{% if error %}
<div class="alert alert-error">{{ error }}</div>
{% endif %}
<form class="form" method="post" action="{{ form_action }}">
<div class="form-group">
<label for="name">Name</label>