From 498468e0a2b0989dd2a094436e6e83ce62d50902 Mon Sep 17 00:00:00 2001 From: coderick14 Date: Mon, 22 May 2017 12:30:37 +0530 Subject: Create template for admin testing --- templates/admin/testexp.html | 116 ++++++++++++++++++++++--------------------- 1 file changed, 60 insertions(+), 56 deletions(-) (limited to 'templates/admin/testexp.html') diff --git a/templates/admin/testexp.html b/templates/admin/testexp.html index 3a7d85c..5b9c1d5 100644 --- a/templates/admin/testexp.html +++ b/templates/admin/testexp.html @@ -5,82 +5,86 @@
Date | -Slot | -Board | -User | +Board MID | +Status |
---|---|---|---|---|---|
{{ b.booking_date }} | -{{ b.slot }} | -{{ b.account.board.mid }} | -{{ b.account.name }} | +{{ b.mid }} | +{% if b.online %}Online{% else %}Offline{% endif %} |