Add Vorlagen editor, upload portal, onboarding, and participant import command
- Dokument-Vorlagen-Editor: create/edit/reset document templates (admin) - Upload-Portal: public portal for Nachweis uploads via token - Onboarding: invite Destinatäre via email with multi-step wizard - Bestätigungsschreiben: preview and send confirmation letters - Email settings: SMTP configuration UI - Management command: import_veranstaltung_teilnehmer for bulk participant import Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -36,8 +36,10 @@ from .destinataere import ( # noqa: F401
|
||||
DestinataerNotiz,
|
||||
DestinataerUnterstuetzung,
|
||||
Foerderung,
|
||||
OnboardingEinladung,
|
||||
Person,
|
||||
UnterstuetzungWiederkehrend,
|
||||
UploadToken,
|
||||
VierteljahresNachweis,
|
||||
)
|
||||
|
||||
@@ -52,3 +54,7 @@ from .veranstaltungen import ( # noqa: F401
|
||||
Veranstaltung,
|
||||
Veranstaltungsteilnehmer,
|
||||
)
|
||||
|
||||
from .vorlagen import ( # noqa: F401
|
||||
DokumentVorlage,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user