- reasons for applying
[myslice.git] / portal / templates / management-tab-requests.html
index 9f53c4d..eeb84a6 100644 (file)
@@ -62,7 +62,7 @@
 {% if my_authorities %}
        
        {% for authority, requests in my_authorities.items %}
-       {% if authority == pi_authority or 'fibre'%}
+       {% if authority == pi_authority or authority == "fibre" %}
        <div class="col-md-12">
                <h2>{{authority}}</h2>
                <table class="table">
 {% if sub_authorities %}
        
        {% for authority, requests in sub_authorities.items %}
-       {% if authority == pi_authority or 'fibre'%}
+       {% if authority == pi_authority or authority == 'fibre'%}
                <div class="col-md-12">
                <h3>{{authority}}</h3>
                    <table class="table">
 {% if delegation_authorities %}
        
        {% for authority, requests in delegation_authorities.items %}
-       {% if authority == pi_authority  or 'fibre'%}
+       {% if authority == pi_authority  or authority == 'fibre'%}
        <div class="col-md-12">
                <h3>{{authority}}</h3>
                    <table class="table">