2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

add icon support for user settings

This commit is contained in:
Matthias
2022-04-05 01:53:41 +02:00
parent 5b9f84a90f
commit 5f4c8b3a3e
2 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,7 @@ class CoreNotificationsPlugin(SettingsMixin, IntegrationPluginBase):
class EmailNotification(PlgMixin, BulkNotificationMethod):
METHOD_NAME = 'mail'
METHOD_ICON = 'fa-envelope'
CONTEXT_EXTRA = [
('template', ),
('template', 'html', ),