django-turbo-helper
django-turbo-helper copied to clipboard
Hotwire/Turbo helpers for Django, inspired by Rails.
If you render a Form containing `{% csrf_token %}` it is not rendered. This is related to this issue: https://stackoverflow.com/questions/34629261/django-render-to-string-ignores-csrf-token
This fixes the issue that the csrf_token cannot be used
Turbo 8 will add [morph based page refresh changes](https://github.com/hotwired/turbo/pull/1019), this adds a template tag to control those features. Docs are quick and will need more information about page refresh with...