From 91e38314b27e52ed078f847be3b6c836a8feaad1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 30 Oct 2017 08:32:55 -0400 Subject: [PATCH] adding data attr tag to the fields edit anchor tag adding code to show whether or not the field is required and keep the checkbox filled if it is --- views/admin/management/fields.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/admin/management/fields.html b/views/admin/management/fields.html index b2f97bc..8b63288 100644 --- a/views/admin/management/fields.html +++ b/views/admin/management/fields.html @@ -134,7 +134,7 @@ {$t.id}
- {$t.field_name} + {$t.field_name}
-- 2.17.1