SIGN IN SIGN UP

refactor: migrate FALLBACK_TO_ENGLISH_TRANSCRIPTS off FEATURES-as-dict

The two test classes are plain unittest.TestCase, so @override_settings
can't decorate them; patch.object the flat setting directly instead,
mirroring the prior patch.object(settings, 'FEATURES', ...) approach.
F
Feanil Patel committed
f34f25b1a2df8b22eac66b57b8c5e4008a6ca18b
Parent: 32170e4