When setting the language during a questionnaire, use the questionnaire url/view so the change will be saved to the subject.

EmailTemplateFixes
Robert M. Thomson 2009-06-18 14:23:40 +02:00
parent ce2b700363
commit c0ffea83a7
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
{% for x in cssinclude %}<link rel="stylesheet" href="{{ x }}" type="text/css" />
{% endfor %}
{% endblock %}
{% block language %}
{% for lang in LANGUAGES %}{% if not forloop.first %} |{% endif %}
<a href="{{request.path}}?lang={{ lang.0 }}">{{ lang.1 }}</a>
{% endfor %}
{% endblock %}
{% block styleextra %}
.questionset_text {
font-size: large;