This commit is contained in:
2026-01-06 11:52:03 +01:00
parent b74cf45c5c
commit 34f040df30
11 changed files with 1027 additions and 264 deletions

View File

@@ -1,5 +1,7 @@
from django import forms
from .models import ExcelEntry, Betriebskosten
from .models import ExcelEntry, Betriebskosten, Institute
class ExcelEntryForm(forms.ModelForm):
class Meta: