summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--expo/forms.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/expo/forms.py b/expo/forms.py
index 44fd617..2225b0c 100644
--- a/expo/forms.py
+++ b/expo/forms.py
@@ -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 />')