testbed list: make it uppercase. Actions: send confirmation email on user validation
[unfold.git] / plugins / testbeds / templates / testbeds.html
index 289a556..22f7f0a 100644 (file)
           id="testbeds-filter_{[{ testbed.network_hrn }]}"
           data-platform="{[{ testbed.network_hrn }]}">
        <span class="list-group-item-heading">{[{ testbed.platform }]}</span>
-       <p class="list-group-item-heading">{[{ testbed.network_hrn }]}</p></a>
+       <!--<p class="list-group-item-heading">{[{ testbed.network_hrn }]}</p>-->
+       </a>
 </div>
 
+<style>
+a.sl-platform  {
+    text-transform: uppercase;
+}
+
+</style>
+
 </div>