Skip to content
Snippets Groups Projects
Commit da80a668 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'add-landscape-print-template' into 'master'

Add landscape print template. Closes #311

Closes #311

See merge request AlekSIS/official/AlekSIS!339
parents 518a9471 df78f6bc
Branches 759-finalise-vuetify-app-as-spa-2
No related tags found
1 merge request!339Add landscape print template. Closes #311
Pipeline #4088 passed
......@@ -26,7 +26,11 @@
<main class="sheet infinite">
<div style="margin-top: -10mm;"></div>
{% if landscape %}
<table>
{% else %}
<table class="print-layout-table">
{% endif %}
<thead>
<tr class="no-border">
<td class="print-layout-td">
......@@ -39,7 +43,11 @@
<tr class="no-border">
<td class="print-layout-td">
<div class="content">
{% if landscape %}
<header style="width: 100%">
{% else %}
<header>
{% endif %}
<div id="print-header" class="row">
<div class="col s6 logo">
{% static "img/aleksis-banner.svg" as aleksis_banner %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment