aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-05-21 22:17:25 +0200
committerGravatar Tom Willemsen2012-05-21 22:17:25 +0200
commit8944ff3fba186e71a7349c1a06153f32650e77d4 (patch)
treef1c8b5eb561d73acd8f3c5cb7c339f931bdac343 /templates
parent112d426416d94396d7cfbbc8c2d7ac944a9c9d38 (diff)
downloadryuslash.org-8944ff3fba186e71a7349c1a06153f32650e77d4.tar.gz
ryuslash.org-8944ff3fba186e71a7349c1a06153f32650e77d4.zip
Remove comments
It was interesting to see, but I (personally) really don't need comments, someone else could still use it.
Diffstat (limited to 'templates')
-rw-r--r--templates/aggregator/post_detail.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/aggregator/post_detail.html b/templates/aggregator/post_detail.html
index 574d9b1..eb39f95 100644
--- a/templates/aggregator/post_detail.html
+++ b/templates/aggregator/post_detail.html
@@ -1,20 +1,8 @@
{% extends "aggregator/base.html" %}
-{% load comments %}
-
-{% block head %}
-<link href="/static/comments.css" type="text/css" rel="stylesheet" />
-{% endblock %}
{% block content %}
{% include "aggregator/post_content.html" with post=object %}
-{% get_comment_count for object as comment_count %}
-{% if comment_count > 0 %}
- {% render_comment_list for object %}
-{% endif %}
-
-{% render_comment_form for object %}
-
<div id="pager">
{% with next=object.get_next_by_updated previous=object.get_previous_by_updated %}
{% if previous %}