From 4645a50a58e967340819592e8e3b3f17cca1f803 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Mon, 1 Mar 2021 21:40:56 +0100 Subject: [PATCH] fix for editing transaction, must reference trade_id --- apps/transactions/templates/edit.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/transactions/templates/edit.html b/apps/transactions/templates/edit.html index 305e83c..3b9b3f4 100644 --- a/apps/transactions/templates/edit.html +++ b/apps/transactions/templates/edit.html @@ -5,6 +5,7 @@
{% csrf_token %}
+
{% if form.errors %} {% for field in form %}