OSDLabs / WavesWebsite2016

The official repository of the site of Waves, the annual cultural fest of BITS Pilani, Goa. Made using Django Framework of Python for server side. Includes data porting using REST Framework to JSON to be accessible on the mobile app.
http://bits-waves.org
7 stars 10 forks source link

Templating not working properly. #1

Closed SebastinSanty closed 8 years ago

SebastinSanty commented 8 years ago

A bootstrap sidebar theme is added. The {% block %} tags not containing the content properly in the element. The whole theme is now in the profile.html (also in base.html). Only base.html should have it and using include and block the data of profile should be fed @rhetthegreat @UtkarshME