Search Results

0
votes
1answer
88 views

how can I change to way a boolean prints in a django template

I have some django code that prints a BooleanField it is rendered as True or False, can I change the label to be Agree/Disagree or do I need to write logic for that in the template? …