diff --git a/NorahUniversity/__pycache__/settings.cpython-313.pyc b/NorahUniversity/__pycache__/settings.cpython-313.pyc index ffd727a..3eb7c3f 100644 Binary files a/NorahUniversity/__pycache__/settings.cpython-313.pyc and b/NorahUniversity/__pycache__/settings.cpython-313.pyc differ diff --git a/db.sqlite3 b/db.sqlite3 index c063fcb..d0de1b9 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/templates/forms/form_builder.html b/templates/forms/form_builder.html index dfa8cf5..9c5db2f 100644 --- a/templates/forms/form_builder.html +++ b/templates/forms/form_builder.html @@ -652,6 +652,10 @@ margin-bottom: 5px; } } + .stage-tab.drag-over { + background-color: rgba(67, 97, 238, 0.1); + border: 2px dashed var(--primary); + }
@@ -923,6 +927,7 @@