Skip to content

Commit

Permalink
Remove internship url (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi4er4 authored Feb 6, 2024
1 parent fbfdf7c commit 7b217b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/learning/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@

path('learning/', include('learning.study.urls')),
path('learning/useful/', UsefulListView.as_view(), name='learning_useful'),
path('learning/internships/', InternshipListView.as_view(), name='learning_internships'),
# Commented to return fast in autumn semester
# path('learning/internships/', InternshipListView.as_view(), name='learning_internships'),
path('learning/hc/', HonorCodeView.as_view(), name='honor_code'),
path('learning/programs/', ProgramsView.as_view(), name='programs'),
path('learning/library/', include("library.urls")),
Expand Down

0 comments on commit 7b217b8

Please sign in to comment.