Add approval stats page

This commit is contained in:
rubenwardy
2024-05-17 18:52:55 +01:00
parent a920854796
commit 04b87a4e74
6 changed files with 442 additions and 1 deletions

View File

@@ -19,4 +19,4 @@ from flask import Blueprint
bp = Blueprint("admin", __name__)
from . import admin, audit, licenseseditor, tagseditor, versioneditor, warningseditor, languageseditor, email
from . import admin, audit, licenseseditor, tagseditor, versioneditor, warningseditor, languageseditor, email, approval_stats