diff --git a/templates/contest/log.html b/templates/contest/log.html index 5149ec7..6b50c1c 100644 --- a/templates/contest/log.html +++ b/templates/contest/log.html @@ -55,7 +55,7 @@ {% for qso in qsos %} - + {{ qso.ownNo }} {{ qso.band }} {{ qso.time|date:"H:i" }} @@ -106,7 +106,22 @@ $(document).ready(function() { } } + function filterTableCalls(e) { + var call = $("#id_call").val(); + //var band = $("#id_band :selected").text(); + + for(var i=0; i