fnp
/
fnpdjango.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9b725ac1b4debf725f209ee26bc5eb68e06ec9a6
[fnpdjango.git]
/
fnpdjango
/
templates
/
fnpdjango
/
lang_switcher.html
1
{% load i18n fnp_lang %}
2
{% for lc, ln in languages %}
3
{% if lc != request.LANGUAGE_CODE %}
4
<a href="{{ request|get_here_url:lc }}">{{ lc }}</a>
5
{% endif %}
6
{% endfor %}