diff --git a/snipt/templates/comments.xml b/snipt/templates/comments.xml deleted file mode 100644 index f982bf3..0000000 --- a/snipt/templates/comments.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - {% for c in comments %} - {{ c.snipt.title }} - http://snipt.net{{ c.snipt.get_absolute_url }} - - {{ c.snipt.id }} - {{ c.snipt.created|date:"Y-m-d H:i:s" }} - open - - - - - - {{ c.id }} - {% if c.user.username == 'nick' %} - Nick Sergeant - {% else %} - {{ c.user.username }} - {% endif %} - {{ c.user.email }} - http://snipt.net/{{ c.user.username }}/ - - {{ c.snipt.created|date:"Y-m-d H:i:s" }} - - 1 - - - {% endfor %} - -