mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
traffic: Add explanation of which timezone the data is in.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
<%inherit file="reddittraffic.html"/>
|
||||
<%namespace file="reddittraffic.html" import="load_timeseries_js"/>
|
||||
<%namespace file="utils.html" import="_md"/>
|
||||
|
||||
<%!
|
||||
from r2.lib.filters import safemarkdown
|
||||
@@ -49,6 +50,7 @@
|
||||
</div>
|
||||
% else:
|
||||
${unsafe(safemarkdown(strings.traffic_subreddit_explanation % dict(subreddit=thing.place)))}
|
||||
<p>${_md("All times are in [UTC](http://en.wikipedia.org/wiki/UTC).", wrap=True)}</p>
|
||||
% endif
|
||||
|
||||
${load_timeseries_js()}
|
||||
|
||||
Reference in New Issue
Block a user