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 %}