Use correct tense in waitlist table heading
authorDaniel Gustafsson <daniel@yesql.se>
Tue, 26 Sep 2017 21:11:00 +0000 (23:11 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Tue, 26 Sep 2017 21:11:00 +0000 (23:11 +0200)
An active offer expires, a processed offer has expired (well, thats
not technically true since an attendee will have acted on it before
it expired so it will enter the table un-expired, but for the most
part the processed table will have expired entries).

template/confreg/admin_waitlist_list.inc.html

index ef9627abb8115317a1b0f75eaa05f4f2a53c49c7..97dcbd5da9d627d5b9a9e791480b30b562996cff 100644 (file)
@@ -5,7 +5,11 @@
     <th>Type</th>
     <th>Added to waitlist</th>
     <th>Offer made</th>
-    <th>Offer expired</th>
+    {%if waitlist_type == "waitlist_active" %}
+      <th>Offer expires</th>
+    {%else%}
+      <th>Offer expired</th>
+    {%endif%}
     <th>Status</th>
     {%if waitlist_type == "waitlist_active" %}
       <th>Action</th>