glossary template

This commit is contained in:
Sanj 2011-10-24 00:37:54 +01:00
parent 072407d051
commit 5603c0fefa

View File

@ -2,6 +2,8 @@ from django.forms import ModelForm
from models import BestPractice
class BestPracticeForm(ModelForm):
class Meta:
model = BestPractice