paulhtremblay / covid19

3 stars 4 forks source link

Fix empty h1 #46

Closed btrem closed 4 years ago

btrem commented 4 years ago

The make*.py files often use title as a variable in the call the render (after get_template). I think this is old code. The templates are looking for page_title, so many pages have empty <h1> elements. This commit fixes that. But if the title variable is doing something else, let me know and I'll make a different fix to the missing <h1> problem.