From 5603c0fefabba0085a40200a09f0fa377a665ef8 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 24 Oct 2011 00:37:54 +0100 Subject: [PATCH] glossary template --- itf/bestpractices/forms.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/itf/bestpractices/forms.py b/itf/bestpractices/forms.py index 6786d61..9dbc879 100755 --- a/itf/bestpractices/forms.py +++ b/itf/bestpractices/forms.py @@ -2,6 +2,8 @@ from django.forms import ModelForm from models import BestPractice class BestPracticeForm(ModelForm): + + class Meta: model = BestPractice