From 797e82ae434fa71eba74fc08044266b1d53829b1 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Thu, 3 Nov 2011 09:20:45 +0100 Subject: [PATCH] work in progress: MicroArt --- compound/microart/interfaces.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compound/microart/interfaces.py b/compound/microart/interfaces.py index 9151803..691bff7 100644 --- a/compound/microart/interfaces.py +++ b/compound/microart/interfaces.py @@ -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?