From bd52bc6be7bd2581f1c189f5a0227c537ee6754a Mon Sep 17 00:00:00 2001
From: ColinJakob <colin.jakob@student.reutlingen-university.de>
Date: Mon, 16 Jun 2025 17:23:01 +0200
Subject: [PATCH] UUID fixed

---
 templates/project/_form.go.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/project/_form.go.html b/templates/project/_form.go.html
index ec7514f..841b22b 100644
--- a/templates/project/_form.go.html
+++ b/templates/project/_form.go.html
@@ -56,7 +56,7 @@
                                            placeholder=""
                                            value="{{ .Data.Form.Project.ProjectID }}"
                                            {{ if $isEdit }}disabled{{ end }}
-                                           required>
+                                            readonly>
                                     {{ if not $isEdit }}
                                     <div class="form-text">
                                         <button type="button" class="btn btn-sm btn-outline-secondary" onclick="generateUUID()">
-- 
GitLab