mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-27 09:29:22 -04:00
Remove message preview from row error page
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.
This commit is contained in:
@@ -97,7 +97,4 @@
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
<h2 class="heading-medium">Preview of {{ template.name }}</h2>
|
||||
{{ template|string }}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user