diff --git a/contest/cbrparser.py b/contest/cbrparser.py index af997f8..bc25fda 100644 --- a/contest/cbrparser.py +++ b/contest/cbrparser.py @@ -145,8 +145,6 @@ def uploadCBR(request): messages.warnnig(request, "CBR file was parsed, but no QSOs could be saved, as all cointained errors.") return HttpResponseRedirect(reverse("contest:uploadCBR")) - else: - pass else: form = CBRForm() else: diff --git a/templates/contest/uploadCBR.html b/templates/contest/uploadCBR.html index c7d538c..a678192 100644 --- a/templates/contest/uploadCBR.html +++ b/templates/contest/uploadCBR.html @@ -40,7 +40,7 @@ {% endif %} - + {% if verifyData %} @@ -57,6 +57,7 @@ {% endfor %}
+ {% endif %}