Skip to content
Snippets Groups Projects
Commit a2897a59 authored by Colin Jakob's avatar Colin Jakob
Browse files

collection-form git test

parent cd557d80
No related branches found
No related tags found
1 merge request!4merge dev to main
......@@ -15,6 +15,30 @@
</form>
</div>
<form>
<div class="mb-3">
<label for="project-id" class="form-label">Projekt-ID</label>
<input type="text" class="form-control" id="project-id" placeholder="PRJ-2025-XXX">
</div>
<div class="mb-3">
<label for="project-name" class="form-label">Name</label>
<input type="text" class="form-control" id="project-name" placeholder="Projektname">
</div>
<div class="mb-3">
<label for="description" class="form-label">Beschreibung</label>
<textarea class="form-control" id="description" rows="3"></textarea>
</div>
<div class="mb-3">
<label for="start-date" class="form-label">Startdatum</label>
<input type="date" class="form-control" id="start-date">
</div>
<div class="mb-3">
<label for="end-date" class="form-label">Enddatum</label>
<input type="date" class="form-control" id="end-date">
</div>
<button type="submit" class="btn btn-primary mt-3">Speichern</button>
</form>
{{ with .Data.Form }}
{{ range .Projects }}
<div class="project-box" style="border: 1px solid #ccc; margin: 10px; padding: 10px;">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment