Fix: Clean up Python comments and deprecated js code.
This commit is contained in:
@@ -21,7 +21,6 @@ from abc import abstractproperty
|
||||
from pydantic import BaseModel
|
||||
|
||||
class Model_View_Contact(Model_View_Base):
|
||||
# Attributes
|
||||
ID_EMAIL: str = 'email'
|
||||
ID_MESSAGE: str = 'msg'
|
||||
ID_NAME: str = 'name'
|
||||
@@ -34,4 +33,3 @@ class Model_View_Contact(Model_View_Base):
|
||||
|
||||
def __init__(self, form_contact, hash_page_current=Model_View_Base.HASH_PAGE_CONTACT, **kwargs):
|
||||
super().__init__(hash_page_current=hash_page_current, form_contact=form_contact, **kwargs)
|
||||
# self.form = form
|
||||
|
||||
Reference in New Issue
Block a user