From 1ddf5b517633d4d75863f244fe8bb7643f7b9597 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 13 Feb 2019 17:25:06 +0000 Subject: [PATCH] Fix misaligned checkboxes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The template list wasn’t getting the right class applied because the check was referring to an undefined variable (`can_manage_folders`) that should have been removed when all other references to it were. --- app/templates/views/templates/_template_list.html | 2 +- tests/app/main/views/test_template_folders.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/templates/views/templates/_template_list.html b/app/templates/views/templates/_template_list.html index 3920edc5a..f09ceca63 100644 --- a/app/templates/views/templates/_template_list.html +++ b/app/templates/views/templates/_template_list.html @@ -12,7 +12,7 @@ {% else %}