Skip to content

Commit 60a3892

Browse files
committed
remove .length even though it didn't show up
1 parent d7e1df7 commit 60a3892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/example_info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h4>{{ title }}</h4>
2121
{% endfor %}
2222
{% endif %}
2323

24-
{% if example["LinkToHowTo"].length > 0 %}
24+
{% if example["LinkToHowTo"] | length > 0 %}
2525
<a target='_blank' href="{{ example['LinkToHowTo']['Path'] }}">{{ example['LinkToHowTo']['PathName'] }}</a>
2626
{% endif %}
2727

0 commit comments

Comments
 (0)