File: field_with_buttons_failing.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 (14 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<form method="post">
	<div class=" col-md">
		<div class="mb-3"><label class=" form-label requiredField" for="id_email">Email<span
					class="asteriskField">*</span></label>
			<div>
				<div class="input-group"><input class="form-control inputtext is-invalid textInput textinput"
						id="id_email" maxlength="20" name="email" required type="text" aria-invalid="true"><button
						class="btn btn-outline-secondary" type="button">Go!</button></div>
				<p class="mb-0 text-danger" id="error_1_id_email"><small><strong>This field is
							required.</strong></small></p>
			</div>
		</div>
	</div>
</form>