0.7.81
curtain right rule for mobile into get params
This commit is contained in:
@@ -44,7 +44,7 @@ def profile_page_View(request, page_name, id=None):
|
||||
'page_type': 'profile'
|
||||
}
|
||||
|
||||
if request.GET and 'mobile' in request.GET and request.GET['mobile']:
|
||||
if request.GET and 'mobile' in request.GET and request.GET['mobile'] == 'true':
|
||||
Dict.update({
|
||||
'mobile': True
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user