File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
dictionary/templates/dictionary Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,9 @@ <h4>{% blocktrans %}How to use the search page?{% endblocktrans %}</h4>
56
56
{% static 'img/instructions/searchpage_instructions_fi-compressor.png' as ins_full_fi %}
57
57
{% static 'img/instructions/searchpage_instructions_fi_1140px-compressor.png' as ins_small_fi %}
58
58
{% static 'img/instructions/searchpage_instructions_en-compressor.png' as ins_en %}
59
- < a href ="{% if LANGUAGE_CODE == 'fi' %}{{ins_full_fi}}{% else %}{{ins_en}}{% endif %} " target ="_blank ">
60
- < img src ="{% if LANGUAGE_CODE == 'fi' %}{{ins_small_fi}}{% else %}{{ins_en}}{% endif %} "
59
+ {% static 'img/instructions/searchpage_instructions_sv.jpg' as ins_sv %}
60
+ < a href ="{% if LANGUAGE_CODE == 'fi' %}{{ins_full_fi}}{% elif LANGUAGE_CODE == 'sv'%}{{ins_sv}}{% else %}{{ins_en}}{% endif %} " target ="_blank ">
61
+ < img src ="{% if LANGUAGE_CODE == 'fi' %}{{ins_small_fi}}{% elif LANGUAGE_CODE == 'sv'%}{{ins_sv}}{% else %}{{ins_en}}{% endif %} "
61
62
alt ="{% blocktrans %}Instructions for how to use the search page.{% endblocktrans %} "
62
63
class ="img-responsive img-thumbnail ">
63
64
</ a >
You can’t perform that action at this time.
0 commit comments