mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Move all pages into their own directory
There are a lot of pages. It seems like a good idea to keep them in one place, so they don’t get mixed up with partials and layouts.
This commit is contained in:
@@ -8,7 +8,7 @@ from app.main.forms import TwoFactorForm
|
||||
|
||||
@main.route("/two-factor", methods=['GET'])
|
||||
def render_two_factor():
|
||||
return render_template('two-factor.html', form=TwoFactorForm())
|
||||
return render_template('views/two-factor.html', form=TwoFactorForm())
|
||||
|
||||
|
||||
@main.route('/two-factor', methods=['POST'])
|
||||
|
||||
Reference in New Issue
Block a user