When setting the language during a questionnaire, use the questionnaire url/view so the change will be saved to the subject.
parent
ce2b700363
commit
c0ffea83a7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue