I am trying to send the data of a meeting object from template to view via GET method. To give the attribute meeting.date
There should be no spaces around =. Either use
=
{% with date=meeting.date %}
or the old syntax
{% with date as meeting.date %}