From f6d7cb552b85479099895131d9f532d57895b878 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 23 Sep 2017 22:40:07 +0000 Subject: [PATCH] table-active for last row, remove django remaining... --- controllers/total/templates/total.html | 23 ----------------------- controllers/total/templates/total.pug | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 controllers/total/templates/total.html diff --git a/controllers/total/templates/total.html b/controllers/total/templates/total.html deleted file mode 100644 index 6611685..0000000 --- a/controllers/total/templates/total.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "pyade/base.html" %} -{% block content %} - - - - - - - - - {% for key, value in total_by_course.items %} - - - - - {% endfor %} - - - - - -
Course nameCount in hours
{{ key }}{{ value }}
Total{{ total }}
-{% endblock %} diff --git a/controllers/total/templates/total.pug b/controllers/total/templates/total.pug index 7e5d7a9..06da3ea 100644 --- a/controllers/total/templates/total.pug +++ b/controllers/total/templates/total.pug @@ -15,7 +15,7 @@ block content td #{course.type} td #{course.time} td #{course.tdEquivalent} - tr + tr.table-active td strong #{total.name} td