Logo width 80px for emails
[myslice.git] / portal / templates / validate_pending.html
index 447c931..497b70b 100644 (file)
@@ -2,6 +2,9 @@
 
 {% block head %}
 <script type="text/javascript">
+       $(document).ready(function() {
+               $("li#nav-request").addClass("active");
+       });
        function on_click_event() {
                var ids = []; 
                $('.portal__validate__checkbox').each(function(i, el) {
@@ -46,7 +49,7 @@
 
 {% block content %}
        <div class="row">
-               <h1><img src="{{ STATIC_URL }}img/icon_testbed_small.png" alt="" /> Pending requests</h1>
+               <h1><img src="{{ STATIC_URL }}icons/testbed-xs.png" alt="Pending Requests" /> Pending requests</h1>
        </div>
 
        {% if my_authorities %}