forked from expo/troggle
[svn] Persontrip wikilinks not ready yet
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8316 by aaron @ 3/30/2009 5:26 PM
This commit is contained in:
parent
2314373756
commit
1a36856b40
@ -28,10 +28,10 @@ class LogbookEntryForm(ModelForm):
|
|||||||
for QM in LogbookEntry.instance.QMs_ticked_off.all():
|
for QM in LogbookEntry.instance.QMs_ticked_off.all():
|
||||||
res.append(QM.wiki_link())
|
res.append(QM.wiki_link())
|
||||||
|
|
||||||
res.append(r'</p><p style="float: left; "><b>People</b>')
|
# res.append(r'</p><p style="float: left; "><b>People</b>')
|
||||||
for persontrip in LogbookEntry.instance.persontrip_set.all():
|
# for persontrip in LogbookEntry.instance.persontrip_set.all():
|
||||||
res.append(QM.wiki_link())
|
# res.append(persontrip.wiki_link())
|
||||||
res.append(r'</p>')
|
# res.append(r'</p>')
|
||||||
|
|
||||||
return string.join(res, r'<br />')
|
return string.join(res, r'<br />')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user