From ab8f81a702a33eee9c1873233f25e818f16386fe Mon Sep 17 00:00:00 2001 From: coderick14 Date: Sun, 2 Jul 2017 06:04:59 +0530 Subject: Use modals to test boards in admin panel --- templates/admin/testexp.html | 83 +++++++++++++++++++++++++++----------------- 1 file changed, 51 insertions(+), 32 deletions(-) diff --git a/templates/admin/testexp.html b/templates/admin/testexp.html index 079a540..4379952 100644 --- a/templates/admin/testexp.html +++ b/templates/admin/testexp.html @@ -36,7 +36,7 @@ {% for b in boards %} - + {{ b.mid }} {% if b.online %}Online{% else %}Offline{% endif %} {% if b.mid in mids %}Ongoing{% else %}Vacant{% endif %} @@ -45,33 +45,50 @@ -
-
-
- + + + -
-

-

- + - +