events: improve information sent in notification emails

This commit is contained in:
Jens Langhammer
2021-02-04 21:44:06 +01:00
parent 580d59e921
commit 1f8130e685
3 changed files with 39 additions and 6 deletions

View File

@ -2,6 +2,7 @@ import { gettext } from "django";
import { css, CSSResult, customElement, html, LitElement, property, TemplateResult } from "lit-element";
import { Event } from "../../api/Events";
import { COMMON_STYLES } from "../../common/styles";
import "./EventInfo";
@customElement("ak-event-info-page")
export class EventInfoPage extends LitElement {