Previously we were trying to compare with a stringified boolean,
resulting in the condition being true all the time. This should be
clearer and also avoid the mess with using a BooleanField (since
browsers may not submit a BooleanField that is false.
Previously we were trying to compare with a stringified boolean, resulting in the condition being true all the time. This should be clearer and also avoid the mess with using a BooleanField (since browsers may not submit a BooleanField that is false.