Commit 31a51ff9 authored by Joerell Frank Yee Lao's avatar Joerell Frank Yee Lao

Updated the folder name from Assignments to assignments. Updated the url name...

Updated the folder name from Assignments to assignments. Updated the url name of assignments from urls.py of widget_group_18
parent e132b9c0
......@@ -19,7 +19,7 @@ from django.urls import include, path
urlpatterns = [
path('Announcements/', include('Announcements.urls')),
path('forum/', include('forum.urls')),
path('Assignments/', include('Assignments.urls')),
path('assignments/', include('assignments.urls')),
path('homepage/', include('homepage.urls')),
path('admin/', admin.site.urls),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment