cateditor: add a couple more django user vars
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
{% load staticfiles %}
|
{% load staticfiles lazysignup_tags %}
|
||||||
{% load render_bundle from webpack_loader %}
|
{% load render_bundle from webpack_loader %}
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
@ -13,6 +13,8 @@
|
|||||||
{{ catalogID | json_script:"catalogID" }}
|
{{ catalogID | json_script:"catalogID" }}
|
||||||
{{ regions | json_script:"regions" }}
|
{{ regions | json_script:"regions" }}
|
||||||
{{ seasons | json_script:"seasons" }}
|
{{ seasons | json_script:"seasons" }}
|
||||||
|
{{ user.get_full_name | json_script:"userName" }}
|
||||||
|
{{ user | is_lazy_user | json_script:"lazyUser" }}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|||||||
Reference in New Issue
Block a user