horizon/openstack_dashboard/templates/auth/_splash.html
Akihiro Motoki 28b457bc62 UT: Detect template rendering errors
This commit enables template debug option to detect errors
in template rendering in unit tests.

Several errors in template rendering are found by enabling the
debug option and they are fixed in this commit.

Related-Bug: #1809983
Change-Id: I1a2d19f2eae62e16f02d3386abd65527bac4e7a0
2019-01-31 21:29:33 +09:00

6 lines
127 B
HTML

{% load themes %}
<div class="text-center">
<img class="splash-logo" src={% themable_asset "img/logo-splash.svg" %}>
</div>