mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Updated notifications_utils version and associated code. Added email subject formatting for placeholders.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from flask import request, render_template, redirect, url_for, flash, abort
|
||||
from flask_login import login_required
|
||||
|
||||
from utils.template import Template
|
||||
from notifications_utils.template import Template
|
||||
|
||||
from app.main import main
|
||||
from app.utils import user_has_permissions
|
||||
|
||||
Reference in New Issue
Block a user