refactor: split project add/update

This commit is contained in:
Dobin Rutishauser
2025-06-20 12:41:29 +02:00
parent 716f7a47ed
commit 71bc23f47a
3 changed files with 58 additions and 45 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
<!-- Row 2: Input files -->
<div class="col-3">
<!-- leave this here or it will fuck up layout -->
<form method="POST" enctype="multipart/form-data" action="/project_add">
<form method="POST" enctype="multipart/form-data" action="/project_update">
<input type="text" name="project_name" class="hidden form-control"
placeholder="" value="{{project_name}}"