Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy is this </p> out of place in this HTML5 document (rendered by Django)?
    primarykey
    data
    text
    <p>The indentation was created by Firefox's source. Both Firefox and HTML validators said that the <code>&lt;/p&gt;</code> is misplaced. But I can't figure out why.</p> <pre><code>&lt;p&gt; &lt;ul class="errorlist"&gt; &lt;li&gt;This field is required.&lt;/li&gt; &lt;/ul&gt; &lt;label for="id_creator"&gt;Creator:&lt;/label&gt; &lt;select onchange="Dajaxice.doors.orders_create_creator_changed(fill_other_fields, {&amp;#39;creator_pk&amp;#39;: this.options[this.selectedIndex].value})" name="creator" id="id_creator"&gt; &lt;option value="" selected="selected"&gt;Select a user&lt;/option&gt; &lt;option value="9"&gt;Amy the Tenant&lt;/option&gt; &lt;option value="6"&gt;Alex the Tenant&lt;/option&gt; &lt;option value="3"&gt;Bob the Property Manager&lt;/option&gt; &lt;/select&gt; &lt;/p&gt; </code></pre> <p>On a side note, when Django doesn't render the error messages, then the closing <code>&lt;/p</code>> tag is valid. Here is the code:</p> <pre><code>&lt;p&gt; &lt;label for="id_creator"&gt;Creator:&lt;/label&gt; &lt;select onchange="Dajaxice.doors.orders_create_creator_changed(fill_other_fields, {&amp;#39;creator_pk&amp;#39;: this.options[this.selectedIndex].value})" name="creator" id="id_creator"&gt; &lt;option value="" selected="selected"&gt;Select a user&lt;/option&gt; &lt;option value="9"&gt;Amy the Tenant&lt;/option&gt; &lt;option value="6"&gt;Alex the Tenant&lt;/option&gt; &lt;option value="3"&gt;Bob the Property Manager&lt;/option&gt; &lt;/select&gt; &lt;/p&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload