Derive splink when registering SP, allow visible = True in SP portal
[cascardo/ipsilon.git] / templates / index.html
index cf54fc4..db1339b 100644 (file)
@@ -86,7 +86,7 @@
 
       <div class="row thumbnails providers" id="providers">
       {% for p in providers %}
-        {% if p.visible == '1' %}
+        {% if (p.visible == '1') or (p.visible == 'True') %}
         <div class="col-sm-4 col-md-3 provider">
           <a
              {% if p.splink or 0 %}