File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ <h3 class="page-title">Active Packets</h3>
99 </ div >
1010 < div id ="eval-blocks ">
1111 {% if packets|length > 0 %}
12+ {% set can_sign = info.onfloor or info.realm == "csh" %}
1213 < div id ="eval-table ">
1314 < div class ="card ">
1415 < div class ="card-body table-fill ">
@@ -18,14 +19,13 @@ <h3 class="page-title">Active Packets</h3>
1819 < tr >
1920 < th > Name</ th >
2021 < th > Signatures</ th >
21- {% if info.onfloor or info.realm == "csh" %}
22+ {% if can_sign %}
2223 < th > Sign</ th >
2324 {% endif %}
2425 </ tr >
2526 </ thead >
2627 < tbody >
2728 {% for packet in packets %}
28- {% set can_sign = info.onfloor or info.realm == "csh" %}
2929 < tr {% if packet.did_sign %}style ="background-color: #4caf505e " {% endif %} >
3030 < td >
3131 < a href ="/packet/{{ packet.rit_username }} ">
You can’t perform that action at this time.
0 commit comments