From d05b3f197fe6b89900ca18a07fc83ad53a92e08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Wed, 28 Sep 2016 13:11:01 +0200 Subject: [PATCH] Remove tags_color in superadmin panel to prevent some errors --- taiga/projects/admin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/taiga/projects/admin.py b/taiga/projects/admin.py index eecf7fef..9f7f5431 100644 --- a/taiga/projects/admin.py +++ b/taiga/projects/admin.py @@ -106,8 +106,7 @@ class ProjectAdmin(admin.ModelAdmin): (_("Extra info"), { "classes": ("collapse",), "fields": ("creation_template", - ("is_looking_for_people", "looking_for_people_note"), - "tags_colors"), + ("is_looking_for_people", "looking_for_people_note")), }), (_("Modules"), { "classes": ("collapse",),