DjangoGirlsSeoul / lightandleadership

Non-profit web project using python and django
Apache License 2.0
5 stars 6 forks source link

Headerchange #64

Closed RachellCalhoun closed 8 years ago

RachellCalhoun commented 8 years ago

I changed almost all pages to have a similar header of background image, dark cover and white font. I'll wait for confirmation before changing spanish ones as well.

jinpark commented 8 years ago

Theres a lot of repeated code here. Is there a way that we can use template inheritance {% includes xyz.html %} to make this cleaner?

ref: https://docs.djangoproject.com/en/1.9/ref/templates/builtins/#include