Changes between Version 1 and Version 2 of Ticket #29785
- Timestamp:
- Sep 22, 2018, 8:52:15 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29785 – Description
v1 v2 1 Using calling `render()` with no context on a template that uses `{{ csrf_token }}` results in an exception being thrown.1 Calling `render()` with no context on a template that uses `{{ csrf_token }}` results in an exception being thrown. 2 2 3 3 I believe the appropriate fix is to change: