We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a3892 commit 013784aCopy full SHA for 013784a
app/templates/example_info.html
@@ -15,14 +15,14 @@ <h4>{{ title }}</h4>
15
{% else %}
16
{{ session["manifest"]["SupportingTexts"]["APIMethodUsed"] | safe }}
17
{% endif %}
18
-
+
19
{% for link in example["LinksToAPIMethod"] -%}
20
<a target='_blank' href="{{ link['Path'] }}">{{ link['PathName'] }}</a>
21
{% endfor %}
22
23
24
-{% if example["LinkToHowTo"] | length > 0 %}
25
- <a target='_blank' href="{{ example['LinkToHowTo']['Path'] }}">{{ example['LinkToHowTo']['PathName'] }}</a>
+{% if example["LinkToHowTo"] | length > 0%}
+ <p><a target='_blank' href="{{ example['LinkToHowTo'][0]['Path'] }}">{{ example['LinkToHowTo'][0]['PathName'] }}</a></p>
26
27
28
<p>
0 commit comments