From 73e7faa5dbcd135f791c783f6c6bb76999391300 Mon Sep 17 00:00:00 2001 From: James Beith Date: Sun, 24 Jan 2016 14:00:43 +0000 Subject: [PATCH] Fix resolving var 'value', was missing 'field' > Exception while resolving variable 'value' in template 'rest_framework/vertical/checkbox.html'. I checked all the other templates and this appears to be the only case of a missing 'field'. --- rest_framework/templates/rest_framework/vertical/checkbox.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/templates/rest_framework/vertical/checkbox.html b/rest_framework/templates/rest_framework/vertical/checkbox.html index 69f19dfb34..fe78d6efc1 100644 --- a/rest_framework/templates/rest_framework/vertical/checkbox.html +++ b/rest_framework/templates/rest_framework/vertical/checkbox.html @@ -1,7 +1,7 @@