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:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user