[ADD] OUTLOOK: Add outlook mail integration to Horilla
This commit is contained in:
20
outlook_auth/forms.py
Normal file
20
outlook_auth/forms.py
Normal file
@@ -0,0 +1,20 @@
|
||||
"""
|
||||
outlook_auth/forms.py
|
||||
"""
|
||||
|
||||
from base.forms import ModelForm
|
||||
from outlook_auth import models
|
||||
|
||||
|
||||
class OutlookServerForm(ModelForm):
|
||||
"""
|
||||
OutlookServerForm
|
||||
"""
|
||||
|
||||
class Meta:
|
||||
"""
|
||||
Meta
|
||||
"""
|
||||
|
||||
model = models.AzureApi
|
||||
fields = "__all__"
|
||||
Reference in New Issue
Block a user