diff --git a/horizon/templates/base.html b/horizon/templates/base.html index 32418df64..e7e59384b 100644 --- a/horizon/templates/base.html +++ b/horizon/templates/base.html @@ -4,10 +4,11 @@ {% block title %}{% endblock %} - {% site_branding %} - {% include "horizon/_conf.html" %} + {% comment %} Load CSS sheets before Javascript {% endcomment %} {% block css %} {% include "_stylesheets.html" %} {% endblock %} + {% include "horizon/_conf.html" %} {% include "horizon/client_side/_script_loader.html" %}