omeroweb.webadmin.templatetags package¶
Submodules¶
omeroweb.webadmin.templatetags.webadmin_tags module¶
Populates a template variable with the static prefix,
settings.WEBADMIN_STATIC_URL
.Usage:
{% get_static_webadmin_prefix [as varname] %}
Examples:
{% get_static_webadmin_prefix %} {% get_static_webadmin_prefix as STATIC_WEBADMIN_PREFIX %}