maintenance

This commit is contained in:
Bryan Gerlach
2025-04-02 07:04:04 -05:00
parent f6be77c68a
commit 08af79b930
2 changed files with 62 additions and 1 deletions

View File

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