[Oi-commits] r1472 - trunk/templates/forum
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Wed Jun 11 12:43:58 EEST 2008
Author: jnmbk
Date: Wed Jun 11 12:43:57 2008
New Revision: 1472
Modified:
trunk/templates/forum/reply.html
Log:
fix #30
Modified: trunk/templates/forum/reply.html
=================================================================
--- trunk/templates/forum/reply.html (original)
+++ trunk/templates/forum/reply.html Wed Jun 11 12:43:57 2008
@@ -6,7 +6,7 @@
{% endblock %}
{% block content %}
<div class="forum_address">
- <div class="current_topic"><a href="/">Ana Sayfa</a> > <a href="/forum/">Forum</a> > <a href="{{ forum.get_absolute_url }}">{{ topic.forum.name }}</a> > <a href="{{ topic.get_absolute_url }}">{{ topic.title }}</a></div>
+ <div class="current_topic"><a href="/">Ana Sayfa</a> > <a href="/forum/">Forum</a> > <a href="{{ topic.forum.get_absolute_url }}">{{ topic.forum.name }}</a> > <a href="{{ topic.get_absolute_url }}">{{ topic.title }}</a></div>
</div>
{% if user.is_authenticated %}
{% if flood %}Flood koruması aktif, lütfen {{ timeout }} saniye bekleyin.{% endif %}
More information about the Oi-commits
mailing list