yaakovLowenstein / hx-requests

A package to facilitate the use of HTMX with Django
MIT License
55 stars 6 forks source link

fix: Fix issue with extra_context overriding regular context #83

Closed yaakovLowenstein closed 7 months ago

yaakovLowenstein commented 7 months ago

The extra context needs to be passed into the views get context data but should not overwrite the context that is returned from the view.