This commit is contained in:
SowinskiBraeden committed 2020-12-17 10:18:33 -08:00
1 parent 4f15788983
commit eaabb7cc65
36 files changed
+2116 -80

No files matched your search

+3
View File
@@ -1,4 +1,7 @@
<!-- Shows user specific Dashboard -->
<% if (user.role == "Admin") { %>
<% include admin %>
<% } %>
<% if (user.role == "Teacher") { %>
<% include teacherDashboard %>
<% } %>