mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-11-29 00:23:27 +00:00
fix
This commit is contained in:
@@ -225,8 +225,8 @@ def generator_view(request):
|
||||
return JsonResponse({"error": "Something went wrong"})
|
||||
else:
|
||||
form = GenerateForm()
|
||||
return render(request, 'maintenance.html')
|
||||
#return render(request, 'generator.html', {'form': form})
|
||||
#return render(request, 'maintenance.html')
|
||||
return render(request, 'generator.html', {'form': form})
|
||||
|
||||
|
||||
def check_for_file(request):
|
||||
|
||||
Reference in New Issue
Block a user