diff --git a/core/__pycache__/urls.cpython-311.pyc b/core/__pycache__/urls.cpython-311.pyc index 37cd860..27c6d4b 100644 Binary files a/core/__pycache__/urls.cpython-311.pyc and b/core/__pycache__/urls.cpython-311.pyc differ diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index 12b2d47..163134e 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/templates/core/completed_projects.html b/core/templates/core/completed_projects.html new file mode 100644 index 0000000..1f525f1 --- /dev/null +++ b/core/templates/core/completed_projects.html @@ -0,0 +1,10 @@ +{% extends 'base.html' %} + +{% block title %}Completed Projects{% endblock %} + +{% block content %} +
This page will contain the completed projects.
+This page will contain the daily logs.
+This page will contain the documents.
+This page will contain the equipment.
+This page will contain the incidents.
+Menu
-Daily Operations
+Daily Operations
-Compliance
+ {% if 'Manager' in user_groups or 'Admin' in user_groups %} +Compliance
-Projects
+Projects
+ {% endif %}Ready to launch a new project?
@@ -104,11 +116,14 @@