[Oi-commits] r1335 - trunk/templates/user
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Sun May 4 18:55:08 EEST 2008
Author: erenturkay
Date: Sun May 4 18:55:08 2008
New Revision: 1335
Modified:
trunk/templates/user/followed_topics.html
Log:
target=_blank
Modified: trunk/templates/user/followed_topics.html
=================================================================
--- trunk/templates/user/followed_topics.html (original)
+++ trunk/templates/user/followed_topics.html Sun May 4 18:55:08 2008
@@ -20,7 +20,7 @@
<form action="" method="POST">
<strong>Takip edilen konular: </strong><br /><br />
{% for watch in watch_list %}
- <input type="checkbox" name="topic_watch_list" value="{{ watch.topic_id }}" /> <a href="{{watch.topic.get_absolute_url }}">{{ watch.topic.title }}</a></input><br />
+ <input type="checkbox" name="topic_watch_list" value="{{ watch.topic_id }}" /> <a href="{{watch.topic.get_absolute_url }}" target="_blank">{{ watch.topic.title }}</a></input><br />
{% endfor %}
<br />
<input type="submit" value="İzleme Listesinden Çıkar">
More information about the Oi-commits
mailing list