We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9e6bf commit 77077c1Copy full SHA for 77077c1
packet/templates/active_packets.html
@@ -1,7 +1,5 @@
1
{% extends "extend/base.html" %}
2
3
-{% set can_sign = (info.onfloor and info.uid != packet.rit_username) or info.realm == "csh" %}
4
-
5
{% block body %}
6
<div class="container main">
7
<div class="row mobile-hide">
@@ -27,6 +25,7 @@ <h3 class="page-title">Active Packets</h3>
27
25
</thead>
28
26
<tbody>
29
{% for packet in packets %}
+ {% set can_sign = (info.onfloor and info.uid != packet.rit_username) or info.realm == "csh" %}
30
<tr {% if packet.did_sign %}style="background-color: #4caf505e" {% endif %}>
31
<td>
32
<a href="/packet/{{ packet.rit_username }}">
0 commit comments