From 14c2d63ba5eff18c3884bc8fabc15b2d360bb8bd Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 29 May 2012 23:05:38 -0400 Subject: [PATCH] Publish date instead --- snipts/templates/snipts/snipt-list.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/snipts/templates/snipts/snipt-list.html b/snipts/templates/snipts/snipt-list.html index 6432945..d1e133f 100644 --- a/snipts/templates/snipts/snipt-list.html +++ b/snipts/templates/snipts/snipt-list.html @@ -77,7 +77,11 @@ {{ snipt.user.username }} -
  • {{ snipt.created|naturalday }}
  • + {% if snipt.blog_post %} +
  • {{ snipt.publish_date|naturalday }}
  • + {% else %} +
  • {{ snipt.created|naturalday }}
  • + {% endif %}