move weekly summary page over to new notifications/weekly endpoint

This commit is contained in:
Leo Hemsted
2016-07-28 16:23:22 +01:00
parent a76e3fa31d
commit 2ab23fa4ef
3 changed files with 28 additions and 27 deletions

View File

@@ -33,16 +33,16 @@
{% endif %}
{% endcall %}
{% call field(align='right') %}
{{ item.emails_requested }}
{{ item.email.requested }}
{% endcall %}
{% call field(align='right') %}
{{ item.emails_failure_rate }}%
{{ item.email.failure_rate }}%
{% endcall %}
{% call field(align='right') %}
{{ item.sms_requested }}
{{ item.sms.requested }}
{% endcall %}
{% call field(align='right') %}
{{ item.sms_failure_rate }}%
{{ item.sms.failure_rate }}%
{% endcall %}
{% endcall %}