summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:26:56 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:26:56 -0400
commit5c6fceae98c0916c94ec5b919950c67475f44b67 (patch)
tree5e9041d10f27b47489344b5dc892c5ec223e30cf /templates/index.html
parent1f034e12f4deeb27cd641c73e555c050e5f4d942 (diff)
downloadaskbot-5c6fceae98c0916c94ec5b919950c67475f44b67.tar.gz
askbot-5c6fceae98c0916c94ec5b919950c67475f44b67.tar.bz2
askbot-5c6fceae98c0916c94ec5b919950c67475f44b67.zip
merged Bruno url translations, removed his local mods, added settings.BOOKS_ON, validated more templates
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html
index b358c384..104b24d0 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -21,9 +21,9 @@
<div class="tabBar">
<div class="headQuestions">{% trans "Questions" %}</div>
<div class="tabsA">
- <a id="latest" href="?sort=latest" title="{% trans "last updated questions" %}" >{% trans "newest" %}</a>
- <a id="hottest" href="?sort=hottest" title="{% trans "hottest questions" %}" >{% trans "hottest" %}</a>
- <a id="mostvoted" href="?sort=mostvoted" title="{% trans "most voted questions" %}" >{% trans "most voted" %}</a>
+ <a id="latest" href="{% url questions %}?sort=latest" title="{% trans "last updated questions" %}" >{% trans "newest" %}</a>
+ <a id="hottest" href="{% url questions %}?sort=hottest" title="{% trans "hottest questions" %}" >{% trans "hottest" %}</a>
+ <a id="mostvoted" href="{% url questions %}?sort=mostvoted" title="{% trans "most voted questions" %}" >{% trans "most voted" %}</a>
<a id="all" href="{% url questions %}" title="{% trans "all questions" %}" >{% trans "all questions" %}</a>
</div>
</div>
@@ -93,7 +93,7 @@
<a rel="tag"
title="{% blocktrans with tag.name as tagname %}see questions tagged '{{tagname}}'{% endblocktrans %}" href="{% url forum.views.tag tag.name|urlencode %}">{{ tag.name }}</a>
{% endfor %}
- </p>
+ </div>
<div class="more"><a href="{% url tags %}">{% trans "popular tags" %} ยป</a> </div>
</div>
</div>