mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +00:00
[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():
|
||||
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 />')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user