mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-06 04:33:18 +00:00
Add breadcrumbs to users package
This commit is contained in:
@ -91,6 +91,7 @@ def create_app(config: Config = Config) -> Flask:
|
||||
app.register_blueprint(services_blueprint, url_prefix='/services')
|
||||
|
||||
from .users import bp as users_blueprint
|
||||
default_breadcrumb_root(users_blueprint, '.users')
|
||||
app.register_blueprint(users_blueprint, url_prefix='/users')
|
||||
|
||||
return app
|
||||
|
Reference in New Issue
Block a user