Skip to content

Commit 56e4cb8

Browse files
committed
fixed index.html.tmpl reference in xstats example
1 parent 782ded7 commit 56e4cb8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

docs/changes.txt

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Removed the site-specific "Pond" extensions from the Standard skin.
1818
The Standard skin now includes plots of outside humidity. Fixes
1919
issue #181.
2020

21+
Fixed reference to index.html.tmpl in the xstats example.
22+
2123

2224
3.6.2 11/08/2016
2325

extensions/xstats/skins/xstats/skin.conf

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33

44
[Units]
55
[[Groups]]
6-
# The sample template, xstats.html.tmpl, shows statistics for outTemp, the
7-
# outside temperature. This option lets you change between Fahrenheit and Celsius:
8-
group_temperature = degree_F # Options are 'degree_F' or 'degree_C'
6+
# The sample template, index.html.tmpl, shows statistics for outTemp,
7+
# the outside temperature. This option lets you change between
8+
# Fahrenheit and Celsius:
9+
group_temperature = degree_F # Options are 'degree_F' or 'degree_C'
910

1011
[CheetahGenerator]
1112
search_list_extensions = user.xstats.ExtendedStatistics
1213
[[ToDate]]
1314
[[[xstats]]]
14-
template = xstats.html.tmpl
15+
template = index.html.tmpl
1516

1617
[Generators]
1718
generator_list = weewx.cheetahgenerator.CheetahGenerator

0 commit comments

Comments
 (0)