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
This commit is contained in:
Aarni Halinen
2018-09-02 22:22:01 +03:00
parent 499ddc0979
commit ffe0c45eea
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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):