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 %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
@ -13,6 +13,8 @@
|
||||
{{ catalogID | json_script:"catalogID" }}
|
||||
{{ regions | json_script:"regions" }}
|
||||
{{ seasons | json_script:"seasons" }}
|
||||
{{ user.get_full_name | json_script:"userName" }}
|
||||
{{ user | is_lazy_user | json_script:"lazyUser" }}
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
||||
Reference in New Issue
Block a user