Skip to content
Snippets Groups Projects
Commit 1af55bf9 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Add missing comments field to ConceptDeterminationForm.

parent 911517a2
No related branches found
No related tags found
No related merge requests found
...@@ -183,6 +183,12 @@ class ConceptDeterminationForm(BaseDeterminationForm): ...@@ -183,6 +183,12 @@ class ConceptDeterminationForm(BaseDeterminationForm):
) )
sustainable.group = 1 sustainable.group = 1
comments = RichTextField(
label='Other comments',
help_text=''
)
comments.group = 1
# TODO option to not send message, or resend # TODO option to not send message, or resend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment