Skip to content

Commit 134d648

Browse files
committed
urls bug fixed
1 parent 8d4ba5c commit 134d648

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

progress/urls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from django.urls import path
22

3-
from progress.views.profile_views import UserProfileList, UserChooseSkills
4-
from progress.views.rating_views import UserScoreRating, UserSkillsRating
3+
from progress.views.profile import UserProfileList, UserChooseSkills
4+
from progress.views.rating import UserScoreRating, UserSkillsRating
55

66
urlpatterns = [
77
path(

0 commit comments

Comments
 (0)