[Answer]-I return a dict from the views.py to the templates as a value of a radio, but it looks like the "value" would cut down the text

1👍

You probably need to put the value in quotes.

<input type="radio" name ="option" value="{{pre_ques.option1}}">

Leave a comment