filter task show main task value and main and sub task edit
This commit is contained in:
@@ -97,6 +97,7 @@ def create_app():
|
||||
from app.routes.reports import reports as reports_bp
|
||||
app.register_blueprint(main_bp)
|
||||
app.register_blueprint(reports_bp)
|
||||
|
||||
except ImportError as e:
|
||||
print(f"Error importing blueprints: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user