mirror of
https://github.com/frappe/lms.git
synced 2026-04-27 02:59:31 +03:00
Fixed indent
This commit is contained in:
@@ -7,7 +7,7 @@ from __future__ import unicode_literals
|
||||
from frappe.model.document import Document
|
||||
|
||||
class CommunityProjectMember(Document):
|
||||
def validate(self):
|
||||
def validate(self):
|
||||
self.validate_if_already_member()
|
||||
|
||||
def validate_if_already_member(self):
|
||||
|
||||
Reference in New Issue
Block a user