work in progress: MicroArt
This commit is contained in:
parent
3141756672
commit
797e82ae43
1 changed files with 5 additions and 1 deletions
|
@ -53,7 +53,11 @@ class IMicroArt(ICompound):
|
|||
required=True)
|
||||
|
||||
followUps = schema.Text( #Anschlussfragen
|
||||
title=_(u'Follow-up'),
|
||||
title=_(u'Follow-up Questions'),
|
||||
description=_(u'Question for helping to solve or avoid '
|
||||
u'similar problems in the future.'),
|
||||
required=False)
|
||||
|
||||
# ideas, questions:
|
||||
# could follow-up questions be associated to links to follow-up micro articles?
|
||||
# re-use story for other MAs, e.g. insight and consequences drawn by others?
|
||||
|
|
Loading…
Add table
Reference in a new issue