cateditor: add a couple more django user vars

This commit is contained in:
Seth Ladygo
2019-05-17 02:26:04 -07:00
parent ebd003683e
commit b626b5c400

View File

@ -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>