diff --git a/rdgenerator/forms.py b/rdgenerator/forms.py index ad6bd1e..1c40c9f 100644 --- a/rdgenerator/forms.py +++ b/rdgenerator/forms.py @@ -2,7 +2,8 @@ from django import forms class GenerateForm(forms.Form): #Platform - platform = forms.ChoiceField(choices=[('windows','Windows'),('linux','Linux (currently unavailable)'),('android','Android (currently unavailable)')], initial='windows') + platform = forms.ChoiceField(choices=[('windows','Windows'),('linux','Linux (currently unavailable)'),('android','Android (testing now available)')], initial='windows') + delayFix = forms.BooleanField(initial=True, required=False) #General exename = forms.CharField(label="Name for EXE file", required=True) diff --git a/rdgenerator/templates/generator.html b/rdgenerator/templates/generator.html index fa81ba2..935cbd5 100644 --- a/rdgenerator/templates/generator.html +++ b/rdgenerator/templates/generator.html @@ -1,37 +1,134 @@ - +
-