euscanwww: Added some "truncatechars" filters

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-07-27 12:28:53 +02:00
parent 34e966f5de
commit fd8c61d7e8
5 changed files with 9 additions and 5 deletions

View File

@ -11,7 +11,9 @@
{{ block.super }}
<li>
<img src="{{ STATIC_URL }}/img/feed.png" alt="feed" />
<a title="{{ category }} Feed" href="{% url "category_feed" category %}">{{ category }}</a>
<a title="{{ category }} Feed" href="{% url "category_feed" category %}">
{{ category|truncatechars:15 }}
</a>
</li>
{% endblock %}