From ffe0c45eea921f64c9609b490b3e75cb73d804b3 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Sun, 2 Sep 2018 22:22:01 +0300 Subject: [PATCH] Fix few kaehmy problems - Fix variable naming in statistics - Add scope for html files to fix rendering of errors - Fix footer.css path and remove duplicate --- kaehmy/tables.py | 2 +- kaehmy/templates/footer.html | 1 - kaehmy/views.py | 15 ++++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/kaehmy/tables.py b/kaehmy/tables.py index a304980..ffbfe22 100644 --- a/kaehmy/tables.py +++ b/kaehmy/tables.py @@ -2,7 +2,7 @@ import django_tables2 as tables from django.db.models import Count, Q from django.utils.translation import ugettext as _ -from webapp.models import Application +from kaehmy.models import Application class ExportTable(tables.Table): diff --git a/kaehmy/templates/footer.html b/kaehmy/templates/footer.html index c5e725c..22b4d76 100644 --- a/kaehmy/templates/footer.html +++ b/kaehmy/templates/footer.html @@ -1,7 +1,6 @@ {% load i18n %} {% load static %} {% load staticfiles %} -