From 1ad7cb33abfac55a9be2f1d889c369fd1b43df2f Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 25 Oct 2010 19:40:32 +0000 Subject: changes for adelie --- bn_django/templates/comments/form.html | 22 ---------------------- bn_django/templates/frontpage.html | 13 ------------- 2 files changed, 35 deletions(-) (limited to 'bn_django/templates') diff --git a/bn_django/templates/comments/form.html b/bn_django/templates/comments/form.html index 39626f0..e69de29 100644 --- a/bn_django/templates/comments/form.html +++ b/bn_django/templates/comments/form.html @@ -1,22 +0,0 @@ -{% load comments i18n %} -
- -{% if object.get_absolute_url %} {% endif %} - {% for field in form %} {% if field.is_hidden %} {{ field }} {% else %} - {% ifequal field.name "honeypot" %} - {{ field.label_tag }}{{ field }} - {% else %} - {% endifequal %} {% endif %} {% endfor %} - -
- - {% if field.errors %}{{ field.errors }}{% endif %} - {{ field.label_tag }} - {{ field }} - {% ifequal field.name "name" %} (required) {% else %}{% ifequal field.name "email" %} (required){% endifequal %}{% endifequal %} -
- - - (no HTML or other markup) -
-
diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index 78b5d48..e0fc19c 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -56,19 +56,6 @@ Other sites:


None yet! {% endif %}
-

Knowledge!

-{% if shortlog %} -{% include "git_wiki/shortlog_table" %} -{% else %} -None yet! -{% endif %} -
-

Comments!

-{% if latest_comments %} -{% include "newcomments_table" %} -{% else %} -None yet! -{% endif %}

{% endblock %} -- cgit v1.2.3