Skip to content

Commit

Permalink
[QOLDEV-312] include production SWE stylesheet
Browse files Browse the repository at this point in the history
- Independently of whether we're including the staging CKAN-specific stylesheet, use the standard SWE one
  • Loading branch information
ThrawnCA committed Sep 5, 2023
1 parent 3a69909 commit 7b735f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/data_qld/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
{% block custom_styles %}
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic" rel="stylesheet" />
<link href="{{ h.set_external_resources() }}/__data/assets/git_bridge/0019/100846/open-data/dist/qld.css?h=288c0ce" rel="stylesheet" />
<link href="https://static.qgov.net.au/assets/v4/latest/css/qg-main.css?h=48f505a" rel="stylesheet" />
{% set type = 'asset' %}
{% include 'snippets/data_qld_' ~ type ~ '.html' %}
{% endblock %}

0 comments on commit 7b735f8

Please sign in to comment.