From 560e7a460d6d936e315248c1bcc81a4e27cc257d Mon Sep 17 00:00:00 2001 From: Luiz-FS Date: Mon, 18 Mar 2019 16:38:44 -0300 Subject: [PATCH] Enable institution page for all devices --- backend/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/admin.py b/backend/admin.py index f4492b833..1ef9afcdb 100644 --- a/backend/admin.py +++ b/backend/admin.py @@ -41,7 +41,7 @@ features = [ { "name": 'manage-inst-edit', - "enable_mobile": "DISABLED", + "enable_mobile": "ALL", "enable_desktop": "ALL", "translation_dict": { "pt-br": "Editar informações da instituição"