Compare commits
2 Commits
4622424b9b
...
9566082283
| Author | SHA1 | Date | |
|---|---|---|---|
| 9566082283 | |||
| 152c92bf65 |
@@ -291,6 +291,11 @@ def get_my_routes_ajax(request):
|
||||
'html': html
|
||||
}
|
||||
|
||||
from SubscribesApp.funcs import get_cur_user_subscribe
|
||||
user_subscribe = get_cur_user_subscribe(request.user)
|
||||
if user_subscribe:
|
||||
res_Dict.update(user_subscribe.remains_route_adding_options())
|
||||
|
||||
return JsonResponse(res_Dict)
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user