added company name

This commit is contained in:
Bryan Gerlach
2025-02-13 08:03:23 -06:00
parent 6c2e2f39e9
commit da33c6f5fd
5 changed files with 31 additions and 13 deletions

View File

@@ -29,6 +29,7 @@ class GenerateForm(forms.Form):
key = forms.CharField(label="Key", required=False)
urlLink = forms.CharField(label="Custom URL for links", required=False)
downloadLink = forms.CharField(label="Custom URL for downloading new versions", required=False)
compname = forms.CharField(label="Company name",require=False)
#Visual
iconfile = forms.FileField(label="Custom App Icon (in .png format)", required=False, widget=forms.FileInput(attrs={'accept': 'image/png'}))