aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-10-25 19:40:32 +0000
committerbnewbold <bnewbold@robocracy.org>2010-10-25 19:41:52 +0000
commit1ad7cb33abfac55a9be2f1d889c369fd1b43df2f (patch)
treed8846689db0c2ddcc230ef33487c84b8e41ff18e /bn_django/templates
parentbb7258b4be225ee072bf0002ce5f1a87446105ad (diff)
downloadbnewnet-1ad7cb33abfac55a9be2f1d889c369fd1b43df2f.tar.gz
bnewnet-1ad7cb33abfac55a9be2f1d889c369fd1b43df2f.zip
changes for adelie
Diffstat (limited to 'bn_django/templates')
-rw-r--r--bn_django/templates/comments/form.html22
-rw-r--r--bn_django/templates/frontpage.html13
2 files changed, 0 insertions, 35 deletions
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 %}
-<form action="{% comment_form_target %}" method="post">
-<table>
-{% if object.get_absolute_url %} <input type="hidden" name="next" value="{{ object.get_absolute_url }}" />{% endif %}
- {% for field in form %} {% if field.is_hidden %} {{ field }} {% else %}
- {% ifequal field.name "honeypot" %}
- <span style="display:none;">{{ field.label_tag }}{{ field }}</span>
- {% else %}
-<tr><td class="comment_field_name">
- <span {% if field.errors %} class="error"{% endif %}>
- {% if field.errors %}{{ field.errors }}{% endif %}
- {{ field.label_tag }}
- </span></td><td>{{ field }}
- {% ifequal field.name "name" %} <i>(required)</i> {% else %}{% ifequal field.name "email" %} <i>(required)</i>{% endifequal %}{% endifequal %}
-</td></tr> {% endifequal %} {% endif %} {% endfor %}
-<tr><td class="comment_field_name"></td><td>
- <input type="submit" name="preview" class="submit-preview" value="{% trans "Preview" %}" />
- <input type="submit" name="post" class="submit-post" value="{% trans "Post" %}" />
- <i>(no HTML or other markup)</i>
-</td></tr>
-</table>
-</form>
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: <br />
<br/><br />None yet!
{% endif %}
<br />
-<h2 class="ruled">Knowledge!</h2>
-{% if shortlog %}
-{% include "git_wiki/shortlog_table" %}
-{% else %}
-None yet!
-{% endif %}
-<br />
-<h2 class="ruled">Comments!</h2>
-{% if latest_comments %}
-{% include "newcomments_table" %}
-{% else %}
-None yet!
-{% endif %}
<br /><br />
{% endblock %}