horizon/horizon/conf/dash_template/templates/dash_name
Ivan Kolodyazhny b2219d5aa6 Fix startdash and startpanel management commands
During startdash and startpanel commands execution Django loads base
templates and tries to compile them. We need to use templatetag [1] to
avoid this behaviour.

As alternative solution we can use verbatim [2] block for it but it
makes our base tamplets less readable, IMO.

[1] https://docs.djangoproject.com/en/dev/ref/templates/builtins/#templatetag
[2] https://docs.djangoproject.com/en/dev/ref/templates/builtins/#std:templatetag-verbatim

Change-Id: I1a489d4d4210e9c72d138cff9bfee664d424be20
Closes-Bug: #1796312
2018-10-29 04:02:16 +09:00
..
base.html Fix startdash and startpanel management commands 2018-10-29 04:02:16 +09:00