1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-03-09 20:01:18 +00:00

base.html: add language selector

This commit is contained in:
Hidden Z 2011-02-19 13:24:19 +00:00
parent d79fc2a45f
commit eb14141371

View File

@ -29,6 +29,16 @@
<li><a href={% url pyi2phosts.postkey.views.addkey %}>Register a domain</a></li>
</ul>
</div>
<form action="/i18n/setlang/" method="post">
{% csrf_token %}
{% for lang in LANGUAGES %}
<input type="radio" value="{{ lang.0 }}" name="language" />
<img src="/static/{{ lang.0 }}.png" width="16" height="11" alt="{{ lang.0 }}"/>
{% endfor %}
<input type="submit" value="Set" />
</form>
{% endblock %}
<div class="main">