SolarArbiter / solarforecastarbiter-core

Core data gathering, validation, processing, and reporting package for the Solar Forecast Arbiter
https://solarforecastarbiter-core.readthedocs.io
MIT License
33 stars 21 forks source link

Don't print result of outage append call in jinja template #760

Closed lboeman closed 2 years ago

lboeman commented 2 years ago

Incorportates jinja expression statement which allows use of {% do <statement> %} instead of {{ <statement> }} the latter of which prints the result of the expression. In the case of the list.append function, this was causing None to be printed to the page whenever the outage update warning was printed.