bradtraversy / pollster_django_crash

Polling app built with Django (Django Crash Course)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap CSS is outdated

JerAnsel opened this issue · comments

The bootstrap specific css like badge-success is outdated and so the votes count doesn't display at all (which is a very confusing problem for those new to django, since the issue could be anywhere). I happened to find the issue after double checking that the votes were counted correctly in the database and then trying to inspect the vote count span. I'd recommend writing a note somewhere, perhaps a pinnned youtube comment, telling people to check the bootstrap syntax.