summaryrefslogtreecommitdiff
path: root/design/templates/details/note.txt
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2014-06-08 19:52:11 -0400
committerluxagraf <sng@luxagraf.net>2014-06-08 19:52:11 -0400
commite69f7da0dc610528b19fa868f273ca4089b0f7fb (patch)
tree3af0206e56b98e9a90130726d43b786a00c7c3dc /design/templates/details/note.txt
parent1c2c28270911dbd2e5fbf106edcce6cc5f053101 (diff)
finished up notes app. still need to design and test, but it more or
less works.
Diffstat (limited to 'design/templates/details/note.txt')
-rw-r--r--design/templates/details/note.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/design/templates/details/note.txt b/design/templates/details/note.txt
new file mode 100644
index 0000000..547ce79
--- /dev/null
+++ b/design/templates/details/note.txt
@@ -0,0 +1,8 @@
+{{object.title|safe}}
+{% for letter in object.title %}={%endfor%}
+
+ by Scott Gilbertson
+ <{{SITE_URL}}{{object.get_absolute_url}}>
+ {{object.pub_date|date:"l, d F Y"}}
+
+{{object.body_markdown|safe}}