Skip to content

Commit

Permalink
add sv help image
Browse files Browse the repository at this point in the history
  • Loading branch information
henrinie committed Oct 28, 2024
1 parent e82eea0 commit 1f59c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ <h4>{% blocktrans %}How to use the search page?{% endblocktrans %}</h4>
{% static 'img/instructions/searchpage_instructions_fi-compressor.png' as ins_full_fi %}
{% static 'img/instructions/searchpage_instructions_fi_1140px-compressor.png' as ins_small_fi %}
{% static 'img/instructions/searchpage_instructions_en-compressor.png' as ins_en %}
<a href="{% if LANGUAGE_CODE == 'fi' %}{{ins_full_fi}}{% else %}{{ins_en}}{% endif %}" target="_blank">
<img src="{% if LANGUAGE_CODE == 'fi' %}{{ins_small_fi}}{% else %}{{ins_en}}{% endif %}"
{% static 'img/instructions/searchpage_instructions_sv.jpg' as ins_sv %}
<a href="{% if LANGUAGE_CODE == 'fi' %}{{ins_full_fi}}{% elif LANGUAGE_CODE == 'sv'%}{{ins_sv}}{% else %}{{ins_en}}{% endif %}" target="_blank">
<img src="{% if LANGUAGE_CODE == 'fi' %}{{ins_small_fi}}{% elif LANGUAGE_CODE == 'sv'%}{{ins_sv}}{% else %}{{ins_en}}{% endif %}"
alt="{% blocktrans %}Instructions for how to use the search page.{% endblocktrans %}"
class="img-responsive img-thumbnail">
</a>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1f59c7d

Please sign in to comment.