mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: split project add/update
This commit is contained in:
@@ -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}}"
|
||||
|
||||
Reference in New Issue
Block a user