[svn r8316] Persontrip wikilinks not ready yet

This commit is contained in:
aaron 2009-03-30 19:26:02 +02:00
parent 5876ccd5fc
commit a9e0e33d0f

View File

@ -28,10 +28,10 @@ class LogbookEntryForm(ModelForm):
for QM in LogbookEntry.instance.QMs_ticked_off.all():
res.append(QM.wiki_link())
res.append(r'</p><p style="float: left; "><b>People</b>')
for persontrip in LogbookEntry.instance.persontrip_set.all():
res.append(QM.wiki_link())
res.append(r'</p>')
# res.append(r'</p><p style="float: left; "><b>People</b>')
# for persontrip in LogbookEntry.instance.persontrip_set.all():
# res.append(persontrip.wiki_link())
# res.append(r'</p>')
return string.join(res, r'<br />')