Commit 728bea19 authored by Jose Gabriel L. Salas's avatar Jose Gabriel L. Salas

changed url of widget_Caendar to cfrom 'widget_calendar' to 'calendar'

parent 364eae17
......@@ -20,7 +20,7 @@ urlpatterns = [
path('dashboard/', include('dashboard.urls', namespace="dashboard")),
path('forum/', include('forum.urls', namespace="forum")),
path('announcements/', include('announcements.urls', namespace="announcements")),
path('widget_calendar/', include('widget_calendar.urls', namespace="calendar")),
path('calendar/', include('widget_calendar.urls', namespace="calendar")),
path('assignments/', include('assignments.urls', namespace="assignments")),
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