You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your effort at the 1st and please i need to know why i get this error after i apply the theme and in the lms error log i got this
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 829, in _render
**kwargs_for_callable(callable, data))
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 864, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 890, in exec_template
callable(context, *args, **kwargs)
File "/tmp/mako_lms/b2153bd0b7ba514602455e292b961b2f/ah/lms/templates/theme-main.html.py", line 293, in render_body
runtime._include_file(context, (static.get_template_path('header.html')), _template_uri, online_help_token=online_help_token)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 752, in include_file
callable(ctx, **kwargs_for_include(callable, context._data, **kwargs))
File "/tmp/mako_lms/b2153bd0b7ba514602455e292b961b2f/ah/lms/templates/header.html.py", line 34, in render_body
runtime._include_file(context, (static.get_themed_template_path(relative_path='theme-header.html', default_path='theme-header.html')), _template_uri, online_help_token=online_help_token)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 625, in getattr
(self.name, key))
AttributeError: Namespace 'static' has no member 'get_themed_template_path'
The text was updated successfully, but these errors were encountered:
Thanks for your effort at the 1st and please i need to know why i get this error after i apply the theme and in the lms error log i got this
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 829, in _render
**kwargs_for_callable(callable, data))
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 864, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 890, in exec_template
callable(context, *args, **kwargs)
File "/tmp/mako_lms/b2153bd0b7ba514602455e292b961b2f/ah/lms/templates/theme-main.html.py", line 293, in render_body
runtime._include_file(context, (static.get_template_path('header.html')), _template_uri, online_help_token=online_help_token)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 752, in include_file
callable(ctx, **kwargs_for_include(callable, context._data, **kwargs))
File "/tmp/mako_lms/b2153bd0b7ba514602455e292b961b2f/ah/lms/templates/header.html.py", line 34, in render_body
runtime._include_file(context, (static.get_themed_template_path(relative_path='theme-header.html', default_path='theme-header.html')), _template_uri, online_help_token=online_help_token)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 625, in getattr
(self.name, key))
AttributeError: Namespace 'static' has no member 'get_themed_template_path'
The text was updated successfully, but these errors were encountered: