From a34140c05956d5dfc6ef38d264bdcd7e32d4e22d Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 8 Jul 2018 09:36:58 -0400 Subject: moved ccg notes to unused --- app/ccg_notes/forms.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/ccg_notes/forms.py (limited to 'app/ccg_notes/forms.py') diff --git a/app/ccg_notes/forms.py b/app/ccg_notes/forms.py deleted file mode 100644 index 0934306..0000000 --- a/app/ccg_notes/forms.py +++ /dev/null @@ -1,17 +0,0 @@ -from django import forms -import dal -from dal_select2_taggit.widgets import TaggitSelect2 -from .models import CcgNote -from dal import autocomplete - - -class CcgNoteForm(autocomplete.FutureModelForm): - class Meta: - model = CcgNote - fields = ('tags',) - widgets = { - 'tags': autocomplete.TaggitSelect2( - 'tag-autocomplete' - ), - 'body_markdown': forms.Textarea(attrs={'rows': 18, 'cols': 60}), - } -- cgit v1.2.3-70-g09d2