kezabelle / django-shouty-templates

A monkeypatch to make Django error super loudly about invalid template access
BSD 2-Clause "Simplified" License
7 stars 0 forks source link

render_context didn't always have a "template" var #5

Closed kezabelle closed 4 years ago

kezabelle commented 4 years ago

and even when it does it could in theory be None, so better check for that.