Skip to content
Commit 44184d91 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by Andreas Klöckner
Browse files

Fix readonly logic for text/code questions

Broken in https://github.com/inducer/relate/commit/ea36dc0dab3e2ed568f403c6af4e97fde7b0f363, part of gh-864.

The gist is that that change reinterpreted read-only as disabled, which
is not true. In django, disabled fields only provide their initial
value, not the bound value. And the DOM will not include them in form
submissions.
parent 44363ae5
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment