Fix image url in user search
This commit is contained in:
parent
fdbfa01f6b
commit
532137e54c
4 changed files with 21 additions and 59 deletions
|
@ -76,7 +76,6 @@ from judge.views.problem_data import (
|
|||
from judge.views.register import ActivationView, RegistrationView
|
||||
from judge.views.select2 import (
|
||||
AssigneeSelect2View,
|
||||
ChatUserSearchSelect2View,
|
||||
CommentSelect2View,
|
||||
ContestSelect2View,
|
||||
ContestUserSearchSelect2View,
|
||||
|
@ -808,11 +807,6 @@ urlpatterns = [
|
|||
UserSearchSelect2View.as_view(),
|
||||
name="user_search_select2_ajax",
|
||||
),
|
||||
url(
|
||||
r"^user_search_chat$",
|
||||
ChatUserSearchSelect2View.as_view(),
|
||||
name="chat_user_search_select2_ajax",
|
||||
),
|
||||
url(
|
||||
r"^contest_users/(?P<contest>\w+)$",
|
||||
ContestUserSearchSelect2View.as_view(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue