Re: pass context to overridden templates

2017-05-03 Thread cjdcordeiro
ideas? anyone? On Wednesday, May 3, 2017 at 12:48:42 AM UTC+2, cjdcordeiro wrote: > > Hi guys, > > I'm using django-notification-hq, so my app's urls.py has: > > ... >url(r'^inbox/', include(notifications.urls, namespace='notifications' > )), > ... > &

pass context to overridden templates

2017-05-02 Thread cjdcordeiro
Hi guys, I'm using django-notification-hq, so my app's urls.py has: ... url(r'^inbox/', include(notifications.urls, namespace='notifications')), ... I've modified those default templates but I am unable to pass context to them. I found this: