mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04: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() %}
|
{% call field() %}
|
||||||
{{ item.to }}
|
{{ item.to }}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
{% call field() %}
|
|
||||||
{{item.template}}
|
|
||||||
{% endcall %}
|
|
||||||
{% call field(
|
{% call field(
|
||||||
align='right',
|
align='right',
|
||||||
status='error' if item.status == 'Failed' else 'default'
|
status='error' if item.status == 'Failed' else 'default'
|
||||||
|
|||||||
Reference in New Issue
Block a user