be more explicit about what the filter by lang. feature is

This commit is contained in:
Alexis Métaireau 2012-10-09 14:28:07 +02:00
parent 61a78c4946
commit c9967c798f

View file

@ -43,7 +43,7 @@
{% block content %} {% block content %}
{% if articles %} {% if articles %}
<section id="content" class="body"> <section id="content" class="body">
<div id="lang-selector"><a href="#" lang='en'>english</a> <a href="#" lang='fr'>french</a></div> <div id="lang-selector">filter by language: <a href="#" lang='en'>english</a> <a href="#" lang='fr'>french</a></div>
<ol id="posts-list" class="hfeed"> <ol id="posts-list" class="hfeed">
{% set category = None %} {% set category = None %}
{% for article in articles_page.object_list %} {% for article in articles_page.object_list %}