mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-06 12:43:18 +00:00
Add login and register templates and routes
This commit is contained in:
@ -11,4 +11,7 @@ def create_app(config_name):
|
||||
def index():
|
||||
return render_template('base.html.j2')
|
||||
|
||||
from .auth import auth as auth_blueprint
|
||||
app.register_blueprint(auth_blueprint, url_prefix='/auth')
|
||||
|
||||
return app
|
||||
|
Reference in New Issue
Block a user