diff --git a/r2/r2/templates/promote_graph.html b/r2/r2/templates/promote_graph.html index ed22bcfcb..4570cb0e7 100644 --- a/r2/r2/templates/promote_graph.html +++ b/r2/r2/templates/promote_graph.html @@ -49,7 +49,7 @@ ${load_timeseries_js()}
| ${_("DATE")} | +${_("DATE")} | %for date in thing.dates:@@ -57,7 +57,7 @@ ${load_timeseries_js()} %endfor |
|---|---|---|
| ${_("COUNT")} | +${_("COUNT")} | %for date in thing.dates:${thing.promo_counter[date]} @@ -66,7 +66,7 @@ ${load_timeseries_js()} |
| ${_("SCHEDULED IMPRESSIONS")} + | ${_("SCHEDULED IMPRESSIONS")} ${_("INVENTORY")} |
%for date in thing.dates:
@@ -77,7 +77,7 @@ ${load_timeseries_js()} |
| + |
%if thing.admin_view:
${_("DELIVERED IMPRESSIONS")} %endif @@ -93,7 +93,7 @@ ${load_timeseries_js()} %endfor | |
| + |
%if thing.admin_view:
${_("CLICKS")} %endif @@ -109,7 +109,7 @@ ${load_timeseries_js()} %endfor | |
| + | %if c.user_is_sponsor: ${_("TOTAL COMMIT")} %else: |