frontend_devops fix

This commit is contained in:
2019-03-20 17:49:34 +01:00
parent fbe9eb7b0f
commit aab075a291
96 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
{% set alphabet = ["A", "B", "C", "Č", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "R", "S", "Š", "T", "U", "V", "Z", "Ž"] %}
{% for i in range(0, alphabet|length - 1) %}
<span><a href="javascript:get_words('{{ alphabet[i] }}')">{{ alphabet[i] }}</a>, </span>
{% endfor %}
<a href="javascript:get_words('{{ alphabet[-1] }}')">{{ alphabet[-1] }}</a>