Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<input>一部のフロントエンドの専門家は、 (暗黙的なラベル) でan をラップすることが (属性<label>を持っている場合でも、明示的なものと比較して) 望ましい方法であると主張しています。for
<input>
<label>
for
その理由が何であれ、Django を使って技術的にエレガントな方法でこれを行う方法を知りたいと思います。
自分で書いて、あなたのWidgetsで使用してくださいForms。
Widgets
Forms