fix: add project bug

This commit is contained in:
Dobin
2024-03-23 20:09:48 +00:00
parent 3c4895b98c
commit aa194edef3
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<div class="col-3">
<input type="text" name="comment" class="hidden form-control"
placeholder="Comment" value="{{project.comment}}"
placeholder="" aria-label="PROJECTNAME" aria-describedby="basic-addon1">
aria-label="PROJECTNAME" aria-describedby="basic-addon1">
<select class="form-select" name="shellcode" aria-label="SHELLCODE">
{% for shellcode in shellcodes %}
+5 -1
View File
@@ -17,7 +17,11 @@
<div class="row row-cols-lg-auto g-3">
<input type="text" name="project_name" class="form-control" placeholder="Projekt name" aria-label="PROJECTNAME" aria-describedby="basic-addon1">
<input type="text" name="comment" class="hidden form-control"
placeholder="Comment" value=""
aria-label="PROJECTNAME" aria-describedby="basic-addon1">
<select class="form-select" name="shellcode" aria-label="SHELLCODE">
{% for shellcode in shellcodes %}
<option value="{{shellcode}}">{{shellcode}}</option>