Commenting

This commit is contained in:
SowinskiBraeden committed 2020-12-01 13:20:36 -08:00
1 parent 178c652d75
commit d2530813df
6 files changed
+251 -17

No files matched your search

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