summaryrefslogtreecommitdiff
path: root/python/problems/while_and_if/sl.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/while_and_if/sl.py')
-rw-r--r--python/problems/while_and_if/sl.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/problems/while_and_if/sl.py b/python/problems/while_and_if/sl.py
index fbb177a..7caffb4 100644
--- a/python/problems/while_and_if/sl.py
+++ b/python/problems/while_and_if/sl.py
@@ -1,2 +1,4 @@
name = 'Pogojni stavki in zanke'
-description = 'Logični izrazi, pogojni stavek if-else, zanka while.'
+description = '''<a target="_blank" href="[%@resource ifclause_sl.html%]">Pogojni stavek if-else</a>,
+<a target="_blank" href="[%@resource conditions_sl.html%]">logični izrazi</a>
+<a target="_blank" href="[%@resource loops_sl.html%]">zanka <code>while</code></a>'''