Initial project structure: directories, empty files, requirements.txt, and logo
This commit is contained in:
1
app/templates/admin.html
Normal file
1
app/templates/admin.html
Normal file
@@ -0,0 +1 @@
|
||||
<!-- Admin CSV import interface -->
|
||||
1
app/templates/base.html
Normal file
1
app/templates/base.html
Normal file
@@ -0,0 +1 @@
|
||||
<!-- Base template with Bootstrap 5 and navigation -->
|
||||
1
app/templates/case.html
Normal file
1
app/templates/case.html
Normal file
@@ -0,0 +1 @@
|
||||
<!-- Case view/edit form -->
|
||||
1
app/templates/dashboard.html
Normal file
1
app/templates/dashboard.html
Normal file
@@ -0,0 +1 @@
|
||||
<!-- Dashboard with case listing and search -->
|
||||
1
app/templates/login.html
Normal file
1
app/templates/login.html
Normal file
@@ -0,0 +1 @@
|
||||
<!-- Login form template -->
|
||||
Reference in New Issue
Block a user