From eca75e19b2af3fd3a6f45524af5937abcd8bd1a8 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sat, 21 Jan 2017 04:51:35 +0100 Subject: [PATCH] Hide parts of QSO log on small devices --- templates/contest/log.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/templates/contest/log.html b/templates/contest/log.html index 6b50c1c..2d73108 100644 --- a/templates/contest/log.html +++ b/templates/contest/log.html @@ -24,6 +24,7 @@ #id_call { width: 100px; } + {% crispy form %} @@ -45,11 +46,11 @@ Band UTC Call - RST-S - RST-R - Nr-R + RST-S + RST-R + Nr-R EXC - Remarks + Remarks @@ -60,12 +61,12 @@ {{ qso.band }} {{ qso.time|date:"H:i" }} {{ qso.call }} - {{ qso.reportTX }} - {{ qso.reportRX }} - {{ qso.otherNo }} + {{ qso.reportTX }} + {{ qso.reportRX }} + {{ qso.otherNo }} {{ qso.refStr }} - {{ qso.remarks }} - Edit Delete + {{ qso.remarks }} + {% endfor %}