Skip to content

Commit 77077c1

Browse files
committed
Fixing end date
1 parent ad9e6bf commit 77077c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packet/templates/active_packets.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{% extends "extend/base.html" %}
22

3-
{% set can_sign = (info.onfloor and info.uid != packet.rit_username) or info.realm == "csh" %}
4-
53
{% block body %}
64
<div class="container main">
75
<div class="row mobile-hide">
@@ -27,6 +25,7 @@ <h3 class="page-title">Active Packets</h3>
2725
</thead>
2826
<tbody>
2927
{% for packet in packets %}
28+
{% set can_sign = (info.onfloor and info.uid != packet.rit_username) or info.realm == "csh" %}
3029
<tr {% if packet.did_sign %}style="background-color: #4caf505e" {% endif %}>
3130
<td>
3231
<a href="/packet/{{ packet.rit_username }}">

0 commit comments

Comments
 (0)