|
|
|
@ -9,7 +9,7 @@ |
|
|
|
ADMIN_ROLE: 3, |
|
|
|
ADMIN_ROLE: 3, |
|
|
|
}, |
|
|
|
}, |
|
|
|
pusherKey: '{% setting "PUSHER_KEY" %}', |
|
|
|
pusherKey: '{% setting "PUSHER_KEY" %}', |
|
|
|
staticUrl: '{% static "" %}', |
|
|
|
staticUrl: '{% get_static_prefix %}', |
|
|
|
accessToken: '{{ request.user.auth_token }}', |
|
|
|
accessToken: '{{ request.user.auth_token }}', |
|
|
|
isMobile: {{ request.user_agent.is_mobile|yesno:"true,false" }}, |
|
|
|
isMobile: {{ request.user_agent.is_mobile|yesno:"true,false" }}, |
|
|
|
defaultUserPhoto: "{% static 'img/user_default.jpg' %}", |
|
|
|
defaultUserPhoto: "{% static 'img/user_default.jpg' %}", |
|
|
|
|