summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2015-11-23 15:07:11 -0500
committerluxagraf <sng@luxagraf.net>2015-11-23 15:07:11 -0500
commitff6afccfb1ea0818cdd75694f5cf27d883aa2dd8 (patch)
treed48cfd7ea348873897b66a6f3488617f23d007af /design
parentdb49ef79b4d21ba15f556baf8384560e51285646 (diff)
added export script to periodically dump jrnl entries to text. because,
back ups
Diffstat (limited to 'design')
-rw-r--r--design/templates/details/jrnl-export.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/design/templates/details/jrnl-export.html b/design/templates/details/jrnl-export.html
new file mode 100644
index 0000000..c3f2aac
--- /dev/null
+++ b/design/templates/details/jrnl-export.html
@@ -0,0 +1,13 @@
+---
+template: {{object.get_template_name_display}}
+point: {{object.point.y}},{{object.point.x}}
+location: {{object.location}},{{object.location.state}},{{object.location.state.country}}
+image: {{image}}
+desc: {{object.meta_description}}
+dek: {{object.dek|safe}}
+pub_date: {{object.pub_date|date:"c"}}
+slug: {{object.slug}}
+title: {{object.title}}
+---
+
+{{body|safe}} \ No newline at end of file