File: help_text_escape.html

package info (click to toggle)
python-crispy-bootstrap5 2024.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 664 kB
  • sloc: python: 1,949; sh: 6; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
<div class="mb-3" id="div_id_email"><label class="form-label requiredField" for="id_email">email<span
            class="asteriskField">*</span></label><input class="form-control inputtext textInput textinput" aria-describedby="id_email_helptext"
        id="id_email" name="email" required type="text" maxlength="320"><div class="form-text" id="id_email_helptext">Insert
        your <b>email</b></div>
</div>