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:
Chris Hill-Scott
2016-03-02 15:37:55 +00:00
parent a4a93116be
commit 3a3e4258ef

View File

@@ -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'