aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/trash/view_blog.mako
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/templates/trash/view_blog.mako')
-rw-r--r--jm2l/templates/trash/view_blog.mako14
1 files changed, 0 insertions, 14 deletions
diff --git a/jm2l/templates/trash/view_blog.mako b/jm2l/templates/trash/view_blog.mako
deleted file mode 100644
index 34bebc2..0000000
--- a/jm2l/templates/trash/view_blog.mako
+++ /dev/null
@@ -1,14 +0,0 @@
-<%inherit file="jm2l:templates/layout.mako"/>
-
-<h1>${entry.title}</h1>
-<hr/>
-<p>${entry.body}</p>
-<hr/>
-<p>Created <strong title="${entry.created}">
-${entry.created_in_words}</strong> ago</p>
-
-<p><a href="${request.route_url('home')}">Go Back</a> ::
-<a href="${request.route_url('blog_action', action='edit',
-_query=(('id',entry.id),))}">Edit Entry</a>
-
-</p>