Remove unused templates for newsletter creation, settings, and submissions; update unsubscribe confirmation link; add tests for email templates API.
This commit is contained in:
@@ -3,7 +3,7 @@ from __future__ import annotations
|
||||
|
||||
from flask import Flask
|
||||
|
||||
from . import admin, auth, contact, embed, monitoring, newsletter
|
||||
from . import admin, auth, contact, embed, monitoring, newsletter, static
|
||||
|
||||
|
||||
def register_blueprints(app: Flask) -> None:
|
||||
@@ -14,3 +14,4 @@ def register_blueprints(app: Flask) -> None:
|
||||
app.register_blueprint(auth.bp)
|
||||
app.register_blueprint(admin.bp)
|
||||
app.register_blueprint(embed.bp)
|
||||
app.register_blueprint(static.bp)
|
||||
|
||||
Reference in New Issue
Block a user