[Oi-commits] r1226 - trunk/templates/flatpages
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Fri Apr 18 13:25:09 EEST 2008
Author: jnmbk
Date: Fri Apr 18 13:25:09 2008
New Revision: 1226
Modified:
trunk/templates/flatpages/about.html
trunk/templates/flatpages/default.html
Log:
better looking tags
Modified: trunk/templates/flatpages/about.html
=================================================================
--- trunk/templates/flatpages/about.html (original)
+++ trunk/templates/flatpages/about.html Fri Apr 18 13:25:09 2008
@@ -43,7 +43,7 @@
<div class="sidebar_top"> </div>
<div class="sidebar_middle">
<h2>Etiketler</h2>
- <img src="/media/img/tag.png" alt="etiket" />{% for tag in flatpage.tags.all %}<a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a> {% endfor %}
+ <img src="/media/img/tag.png" alt="etiket" />{% for tag in flatpage.tags.all %} <a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a> {% endfor %}
</div>
<div class="sidebar_bottom"> </div>
</div>
Modified: trunk/templates/flatpages/default.html
=================================================================
--- trunk/templates/flatpages/default.html (original)
+++ trunk/templates/flatpages/default.html Fri Apr 18 13:25:09 2008
@@ -27,7 +27,7 @@
<div class="sidebar_top"> </div>
<div class="sidebar_middle">
<h2>Etiketler</h2>
- {% for tag in flatpage.tags.all %}<a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a> {% endfor %}
+ <img src="/media/img/tag.png" alt="etiket" />{% for tag in flatpage.tags.all %} <a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a>{% endfor %}
</div>
<div class="sidebar_bottom"> </div>
</div>
More information about the Oi-commits
mailing list