1
0
forked from shaytan/rdgen

added company name

This commit is contained in:
Bryan Gerlach
2025-02-13 08:05:07 -06:00
parent da33c6f5fd
commit 6792760e57

View File

@@ -29,7 +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)
compname = forms.CharField(label="Company name",required=False)
#Visual
iconfile = forms.FileField(label="Custom App Icon (in .png format)", required=False, widget=forms.FileInput(attrs={'accept': 'image/png'}))