Page MenuHomeSoftware Heritage

[Add forge now] Fix support of browsers with Javascript disabled
Closed, MigratedEdits Locked

Description

When filling the form at http://127.0.0.1:5004/add-forge/request/create in a browser with Javascript disabled, the form is successfully processed by the server, but it errors while trying to render the response:

 Error
500
Internal Server Error

ImproperlyConfigured: Returned a template response with no `template_name` attribute set on either the view or response

D7357#191387