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"> <div class="col-3">
<input type="text" name="comment" class="hidden form-control" <input type="text" name="comment" class="hidden form-control"
placeholder="Comment" value="{{project.comment}}" 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"> <select class="form-select" name="shellcode" aria-label="SHELLCODE">
{% for shellcode in shellcodes %} {% for shellcode in shellcodes %}
+4
View File
@@ -18,6 +18,10 @@
<input type="text" name="project_name" class="form-control" placeholder="Projekt name" aria-label="PROJECTNAME" aria-describedby="basic-addon1"> <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"> <select class="form-select" name="shellcode" aria-label="SHELLCODE">
{% for shellcode in shellcodes %} {% for shellcode in shellcodes %}
<option value="{{shellcode}}">{{shellcode}}</option> <option value="{{shellcode}}">{{shellcode}}</option>