Skip to content

Commit 1f59c7d

Browse files
committed
add sv help image
1 parent e82eea0 commit 1f59c7d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

signbank/dictionary/templates/dictionary/public_gloss_list.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ <h4>{% blocktrans %}How to use the search page?{% endblocktrans %}</h4>
5656
{% static 'img/instructions/searchpage_instructions_fi-compressor.png' as ins_full_fi %}
5757
{% static 'img/instructions/searchpage_instructions_fi_1140px-compressor.png' as ins_small_fi %}
5858
{% 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 %}"
6162
alt="{% blocktrans %}Instructions for how to use the search page.{% endblocktrans %}"
6263
class="img-responsive img-thumbnail">
6364
</a>
Loading

0 commit comments

Comments
 (0)