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

Merge branch 'revert-da80a668' into 'master'

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

See merge request AlekSIS/official/AlekSIS!377
parents da80a668 e6e683ec
No related branches found
Tags 3.0b0
1 merge request!377Revert "Merge branch 'add-landscape-print-template' into 'master'"
Pipeline #4095 failed
...@@ -26,11 +26,7 @@ ...@@ -26,11 +26,7 @@
<main class="sheet infinite"> <main class="sheet infinite">
<div style="margin-top: -10mm;"></div> <div style="margin-top: -10mm;"></div>
{% if landscape %}
<table>
{% else %}
<table class="print-layout-table"> <table class="print-layout-table">
{% endif %}
<thead> <thead>
<tr class="no-border"> <tr class="no-border">
<td class="print-layout-td"> <td class="print-layout-td">
...@@ -43,11 +39,7 @@ ...@@ -43,11 +39,7 @@
<tr class="no-border"> <tr class="no-border">
<td class="print-layout-td"> <td class="print-layout-td">
<div class="content"> <div class="content">
{% if landscape %}
<header style="width: 100%">
{% else %}
<header> <header>
{% endif %}
<div id="print-header" class="row"> <div id="print-header" class="row">
<div class="col s6 logo"> <div class="col s6 logo">
{% static "img/aleksis-banner.svg" as aleksis_banner %} {% 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