Skip to content

Commit

Permalink
Merge pull request #40 from benmurden/template-fix
Browse files Browse the repository at this point in the history
Remove current day data from weekly metrics
  • Loading branch information
frankwiles committed Oct 19, 2016
2 parents 49343d1 + 614cb44 commit ed771f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app_metrics/templates/app_metrics/email.html
Expand Up @@ -42,7 +42,6 @@ <h3>{% trans "week to date"|capfirst %}</h3>
{% for m in metrics %}
<tr>
<td>{{ m.metric.name }}</td>
<td>{{ m.trends.current_day }}</td>
<td>{{ m.trends.week.week }}</td>
<td>{{ m.trends.week.previous_week }}</td>
<td>{{ m.trends.week.previous_month_week }}</td>
Expand Down

0 comments on commit ed771f8

Please sign in to comment.