mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
be more explicit about what the filter by lang. feature is
This commit is contained in:
parent
61a78c4946
commit
c9967c798f
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue