This repository was archived by the owner on May 21, 2025. It is now read-only.

Description
Hi all,
I am using {% block dashboards_style %}{% endblock dashboards_style %} to include the stylesheets, which finally results in:
<!-- dashboard defined css -->
<link href="[/static/dashboards/css/dashboards.css](view-source:https://digitisation.vast-project.eu/static/dashboards/css/dashboards.css)" media="all" rel="stylesheet">
<link href="[/static/dashboards/vendor/css/datatables.min.css](view-source:https://digitisation.vast-project.eu/static/dashboards/vendor/css/datatables.min.css)" media="all" rel="stylesheet">
<!-- end dashboard defined css -->
Is there a way to change the default css?
I want to use dashboards inside another template, and it alters also the template.
For example, it is shown like this:
https://digitisation.vast-project.eu/dashboards/vast_dashboards/activitiesdashboard/
(If you click the first sidebar menu, you will the original template rendering).