Skip to main content
added 16 characters in body
Source Link

If I'm understanding you correctly:

{{ form.record(value=record.id, class="d-none") }} 

instead of

{% set form.record.data=record.id %} 

If I'm understanding you correctly:

{{ form.record(value=record.id) }} 

instead of

{% set form.record.data=record.id %} 

If I'm understanding you correctly:

{{ form.record(value=record.id, class="d-none") }} 

instead of

{% set form.record.data=record.id %} 
Source Link

If I'm understanding you correctly:

{{ form.record(value=record.id) }} 

instead of

{% set form.record.data=record.id %}