amusselm / rvgs_gamelist

A web app to keep track of the Reno Video Game Symphoy's Game Quest
2 stars 0 forks source link

Global Templates #9

Closed amusselm closed 9 years ago

amusselm commented 9 years ago

We're going to need to work on the templates. They aren't even valid HTML at this point! Thnkfully, Django provides a mechanism for pulling different elements of the page from different templages.

https://docs.djangoproject.com/en/1.7/topics/templates/#template-inheritance

amusselm commented 9 years ago

Alright, it's implemented. We do need to add some links to make navigation easier, but that's a seperate issue.