10
votes
The financials block not showing up?
I might've missed something, but why did the Financials block disappear from the main page? And the numbers on the financials page are zero.
Also, while we're at it, there should probably be a “Financials” link in the footer.
I didn't realize this myself before asking Deimos about it the other night (when I noticed the financials were zeroed out and the donation goal missing as well)... but it turns out that the donation goal element is actually automatically generated based on the financial_data, so when that gets reset at the beginning of every month the goal element disappears until that information gets manually filled in again. And Deimos said he will likely be doing that some time today, so everything should return to normal after that.
See:
https://gitlab.com/tildes/tildes/blob/master/tildes/tildes/templates/financials.jinja2
https://gitlab.com/tildes/tildes/blob/master/tildes/tildes/templates/home.jinja2#L36-38
https://gitlab.com/tildes/tildes/blob/master/tildes/tildes/templates/home.jinja2#L95-116
Added to Gitlab:
https://gitlab.com/tildes/tildes/issues/639
Hmmm, yeah, I never noticed it before but it's definitely a bit wonky in Safari on iOS latest (13.3.1). Out of curiosity, what browser/OS are you using?
Added an issue to gitlab for it BTW:
https://gitlab.com/tildes/tildes/issues/642