← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1373391] [NEW] bootstrap_datepicker/datepicker3.css' could not be found in the COMPRESS_ROOT

 

Public bug reported:

Error during template rendering

In template /opt/stack/horizon/openstack_dashboard/templates/_stylesheets.html, error at line 3
'horizon/lib/bootstrap_datepicker/datepicker3.css' could not be found in the COMPRESS_ROOT '/opt/stack/horizon/static' or with staticfiles.
1	{% load compress %}
2	
3	{% compress css %}
4	<link href='{{ STATIC_URL }}dashboard/scss/horizon.scss' type='text/scss' media='screen' rel='stylesheet' />
5	<link href='{{ STATIC_URL }}dashboard/css/rickshaw.css' type='text/css' media='screen' rel='stylesheet' />
6	<link href='{{ STATIC_URL }}horizon/lib/bootstrap_datepicker/datepicker3.css' type='text/css' media='screen' rel='stylesheet' />
7	<link href='{{ STATIC_URL }}dashboard/scss/horizon_charts.scss' type='text/scss' media='screen' rel='stylesheet' />
8	<link href='{{ STATIC_URL }}dashboard/scss/horizon_workflow.scss' type='text/scss' media='screen' rel='stylesheet' />
9	<link href="{{ STATIC_URL }}horizon/lib/font-awesome/scss/font-awesome.scss" type="text/scss" media="screen" rel="stylesheet" />
10	{% endcompress %}
11	
12	<link rel="shortcut icon" href="{{ STATIC_URL }}dashboard/img/favicon.ico"/>

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1373391

Title:
  bootstrap_datepicker/datepicker3.css' could not be found in the
  COMPRESS_ROOT

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Error during template rendering

  In template /opt/stack/horizon/openstack_dashboard/templates/_stylesheets.html, error at line 3
  'horizon/lib/bootstrap_datepicker/datepicker3.css' could not be found in the COMPRESS_ROOT '/opt/stack/horizon/static' or with staticfiles.
  1	{% load compress %}
  2	
  3	{% compress css %}
  4	<link href='{{ STATIC_URL }}dashboard/scss/horizon.scss' type='text/scss' media='screen' rel='stylesheet' />
  5	<link href='{{ STATIC_URL }}dashboard/css/rickshaw.css' type='text/css' media='screen' rel='stylesheet' />
  6	<link href='{{ STATIC_URL }}horizon/lib/bootstrap_datepicker/datepicker3.css' type='text/css' media='screen' rel='stylesheet' />
  7	<link href='{{ STATIC_URL }}dashboard/scss/horizon_charts.scss' type='text/scss' media='screen' rel='stylesheet' />
  8	<link href='{{ STATIC_URL }}dashboard/scss/horizon_workflow.scss' type='text/scss' media='screen' rel='stylesheet' />
  9	<link href="{{ STATIC_URL }}horizon/lib/font-awesome/scss/font-awesome.scss" type="text/scss" media="screen" rel="stylesheet" />
  10	{% endcompress %}
  11	
  12	<link rel="shortcut icon" href="{{ STATIC_URL }}dashboard/img/favicon.ico"/>

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1373391/+subscriptions


Follow ups

References