インデントはFirefoxのソースによって作成されました。FirefoxとHTMLの両方のバリデーターは、</p>
が置き忘れられていると言っています。しかし、その理由はわかりません。
<p>
<ul class="errorlist">
<li>This field is required.</li>
</ul>
<label for="id_creator">Creator:</label>
<select onchange="Dajaxice.doors.orders_create_creator_changed(fill_other_fields, {'creator_pk': this.options[this.selectedIndex].value})" name="creator" id="id_creator">
<option value="" selected="selected">Select a user</option>
<option value="9">Amy the Tenant</option>
<option value="6">Alex the Tenant</option>
<option value="3">Bob the Property Manager</option>
</select>
</p>
ちなみに、Djangoがエラーメッセージを表示しない場合、終了</p
>タグは有効です。コードは次のとおりです。
<p>
<label for="id_creator">Creator:</label>
<select onchange="Dajaxice.doors.orders_create_creator_changed(fill_other_fields, {'creator_pk': this.options[this.selectedIndex].value})" name="creator" id="id_creator">
<option value="" selected="selected">Select a user</option>
<option value="9">Amy the Tenant</option>
<option value="6">Alex the Tenant</option>
<option value="3">Bob the Property Manager</option>
</select>
</p>