This commit is contained in:
Bryan Gerlach
2025-04-04 21:18:22 -05:00
parent 996b3c66b0
commit 785d03e46f

View File

@@ -225,8 +225,8 @@ def generator_view(request):
return JsonResponse({"error": "Something went wrong"}) return JsonResponse({"error": "Something went wrong"})
else: else:
form = GenerateForm() form = GenerateForm()
return render(request, 'maintenance.html') #return render(request, 'maintenance.html')
#return render(request, 'generator.html', {'form': form}) return render(request, 'generator.html', {'form': form})
def check_for_file(request): def check_for_file(request):