omeroweb.webclient.templatetags package¶
Submodules¶
omeroweb.webclient.templatetags.webclient_tags module¶
- Populates a template variable with the static prefix, - settings.WEBCLIENT_STATIC_URL.- Usage: - {% get_static_webclient_prefix [as varname] %} - Examples: - {% get_static_webclient_prefix %} {% get_static_webclient_prefix as STATIC_WEBCLIENT_PREFIX %}