diff --git a/templates/catalogedit/catalogedit.html b/templates/catalogedit/catalogedit.html index 26f5dbd..9f8f32e 100644 --- a/templates/catalogedit/catalogedit.html +++ b/templates/catalogedit/catalogedit.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load staticfiles lazysignup_tags %} {% load render_bundle from webpack_loader %} @@ -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" }}