glossary template
This commit is contained in:
parent
072407d051
commit
5603c0fefa
|
@ -2,6 +2,8 @@ from django.forms import ModelForm
|
|||
from models import BestPractice
|
||||
|
||||
class BestPracticeForm(ModelForm):
|
||||
|
||||
|
||||
class Meta:
|
||||
model = BestPractice
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user