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 %} -