Move label display logic into the Label macro

This commit is contained in:
leigh-mil
2019-11-19 11:01:07 -05:00
parent 58a0b2dd9d
commit 8aa302357b
7 changed files with 29 additions and 37 deletions

View File

@@ -23,11 +23,8 @@ from atst.routes.applications.settings import (
filter_env_roles_form_data,
filter_env_roles_data,
get_environments_obj_for_app,
<<<<<<< HEAD
handle_create_member,
handle_update_member,
=======
>>>>>>> Move display status logic to be a property of an ApplicationRole
)
from tests.utils import captured_templates