From 77f761e7887532dd3f7ce5c29b0b4d4c4a08da51 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 25 Apr 2017 13:00:17 +0100 Subject: [PATCH] Remove edit address block link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was confusing because it didn’t do anything. We think the research tomorrow will go more smoothly if we remove it. It should come back in the same place when it actually works. --- app/templates/views/templates/_template.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/views/templates/_template.html b/app/templates/views/templates/_template.html index 76e533474..646920234 100644 --- a/app/templates/views/templates/_template.html +++ b/app/templates/views/templates/_template.html @@ -36,7 +36,6 @@ {% if current_user.has_permissions(permissions=['manage_templates'], admin_override=True) and template.template_type == 'letter' %} Edit Edit - Edit {% endif %} {{ template|string }}