File: test_floating_field.html

package info (click to toggle)
python-crispy-bootstrap5 2024.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: python: 1,949; sh: 6; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
<form method="post">
    <div class="form-floating mb-3" id="div_id_first_name"><input class="form-control inputtext textInput textinput"
            id="id_first_name" maxlength="5" name="first_name" placeholder="first_name" required type="text"><label
            for="id_first_name">first name<span class="asteriskField">*</span></label></div>
</form>