Skip to content

Commit

Permalink
Only show Links section on officer profile if there are >= 1 links
Browse files Browse the repository at this point in the history
  • Loading branch information
dismantl committed Apr 29, 2019
1 parent 7e148c6 commit a18e587
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% if obj.links|length > 0 %}
<div class='row'>
<div class="col-sm-12 col-md-6">
<h3>Links</h3>
Expand Down Expand Up @@ -123,3 +124,4 @@ <h3>Other videos</h3>
{% endif %}
{% endfor %}
</div> {# end row #}
{% endif %}

0 comments on commit a18e587

Please sign in to comment.