From 44bb2bb723643ca006164c106df92aa2744f49a4 Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:15:59 +0100 Subject: [PATCH] [svn] forgotten Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8046 by julian @ 10/31/2008 1:58 PM --- templates/logbookentry.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 templates/logbookentry.html diff --git a/templates/logbookentry.html b/templates/logbookentry.html new file mode 100644 index 0000000..f1a1887 --- /dev/null +++ b/templates/logbookentry.html @@ -0,0 +1,26 @@ +{% extends "base.html" %} +{% load wiki_markup %} + +{% block title %}Logbook {{logbookentry.id}}{% endblock %} + +{% block content %} +
+

{{logbookentry.title}} - {{logbookentry.date}}

+

place (to be a link to cave shaped object): {{logbookentry.place}}

+ + [wiki_to_html doesn't do paragraphs. don't know where it is located] +
{{logbookentry.text|wiki_to_html}}
+
+{% endblock %}