two_factor: Add templates for 2-factor-auth setup.

Note from Tim: We'll likely need to do some work on the strings in
these before translating, so I removed some translation tags.
This commit is contained in:
Umair Khan
2017-07-12 12:44:50 +05:00
committed by Tim Abbott
parent b778259547
commit 29e3a1d576
5 changed files with 53 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ class TemplateTestCase(ZulipTestCase):
'zerver/handlebars_compilation_failed.html',
'zerver/portico-header.html',
'zerver/deprecation_notice.html',
'two_factor/_wizard_forms.html',
]
integrations_regexp = re.compile('zerver/integrations/.*.html')