Changes between Initial Version and Version 1 of Ticket #23690


Ignore:
Timestamp:
Oct 20, 2014, 8:59:59 AM (10 years ago)
Author:
Tim Graham
Comment:

That seems fine to me. In the ticket you original had auto_id, but I think you meant id_for_label so I edited the description. We might also want to note the alternative of {{ field.label_tag }} for that entire line, presuming you have made all the customizations on the form.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23690

    • Property Triage Stage UnreviewedAccepted
  • Ticket #23690 – Description

    initial v1  
    2020<div class="fieldWrapper">
    2121    {{ form.subject.errors }}
    22     <label for="{{ form.subject.auto_id">Email subject:</label>
     22    <label for="{{ form.subject.id_for_label }}">Email subject:</label>
    2323    {{ form.subject }}
    2424</div>
Back to Top