web: fix django not being defined as global

This commit is contained in:
Jens Langhammer
2020-12-01 09:53:14 +01:00
parent a777ecc933
commit 760dca0f76
4 changed files with 33 additions and 5 deletions

View File

@ -1,6 +1,5 @@
import { gettext } from "django";
import { html, LitElement, property, TemplateResult } from "lit-element";
import { until } from "lit-html/directives/until.js";
import { PBResponse } from "../../api/client";
import { COMMON_STYLES } from "../../common/styles";