mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Remove template column
As one of our user research participants pointed out, this column is redundant because we’re showing the template on the page already.
This commit is contained in:
@@ -74,9 +74,6 @@
|
||||
{% call field() %}
|
||||
{{ item.to }}
|
||||
{% endcall %}
|
||||
{% call field() %}
|
||||
{{item.template}}
|
||||
{% endcall %}
|
||||
{% call field(
|
||||
align='right',
|
||||
status='error' if item.status == 'Failed' else 'default'
|
||||
|
||||
Reference in New Issue
Block a user