From 0e488ecf6d1672a29131ba9f844ed05deebd995b Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Mon, 8 Jan 2018 11:11:05 +0000 Subject: [PATCH] Add credit to https://github.com/BertrandBordage for initial work --- opentech/stream_forms/blocks.py | 1 + opentech/stream_forms/models.py | 1 + 2 files changed, 2 insertions(+) diff --git a/opentech/stream_forms/blocks.py b/opentech/stream_forms/blocks.py index aac65d645..a620a6c8f 100644 --- a/opentech/stream_forms/blocks.py +++ b/opentech/stream_forms/blocks.py @@ -1,3 +1,4 @@ +# Credit to https://github.com/BertrandBordage for initial implementation from django import forms from django.db.models import BLANK_CHOICE_DASH from django.utils.dateparse import parse_datetime diff --git a/opentech/stream_forms/models.py b/opentech/stream_forms/models.py index dfae225b6..3c34df543 100644 --- a/opentech/stream_forms/models.py +++ b/opentech/stream_forms/models.py @@ -1,3 +1,4 @@ +# Credit to https://github.com/BertrandBordage for initial implementation from collections import OrderedDict from wagtail.wagtailforms.models import AbstractForm -- GitLab