From 5b4a4ea1b1efb6989e5d6330a091933f027ccf2e Mon Sep 17 00:00:00 2001
From: Chris Hill-Scott
Date: Fri, 28 Jul 2017 09:27:44 +0100
Subject: [PATCH] Remove message preview from row error page
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Two reasons to remove this:
1. It’s potentially confusing because you’ll see a preview of the first
message, but the first row might not appear in the table shown on
screen if it doesn’t have any errors.
2. If there are row-level errors in your file then they’re not related
to the template – it’s a distraction.
---
app/templates/views/check/row-errors.html | 3 ---
1 file changed, 3 deletions(-)
diff --git a/app/templates/views/check/row-errors.html b/app/templates/views/check/row-errors.html
index 4d4c2f584..537710516 100644
--- a/app/templates/views/check/row-errors.html
+++ b/app/templates/views/check/row-errors.html
@@ -97,7 +97,4 @@
{% endif %}
- Preview of {{ template.name }}
- {{ template|string }}
-
{% endblock %}