Skip to content

Commit

Permalink
overrides css block, includes print.css re #8
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Sep 7, 2023
1 parent 71c04ac commit 9a80074
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions presutah/templates/views/report-templates/default.htm
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{% load i18n %}

{% load static %}
{% block css %}
{{ block.super }}
<link href="{% static 'css/print.css' %}" media="print" rel="stylesheet" type="text/css" />
{% endblock css %}

<!-- ko if: !$data.configForm -->
<!-- ko if: !$data.summary -->
{% block report %}
Expand Down

0 comments on commit 9a80074

Please sign in to comment.