mirror of
https://github.com/tabler/tabler.git
synced 2026-08-25 20:34:25 +04:00
single page fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<form class="card" action="#" method="post">
|
||||
<div class="card-body p-5">
|
||||
<div class="card-title">Create new account</div>
|
||||
<form class="card card-md" action="{{ site.base }}" method="get">
|
||||
<div class="card-body">
|
||||
<h2 class="mb-5 text-center">Create new account</h2>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Name</label>
|
||||
@@ -12,12 +12,12 @@
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Password</label>
|
||||
<input type="password" class="form-control" placeholder="Password">
|
||||
{% include ui/form/input-group.html type="password" append-button="eye:Show password" flat=true placeholder="Password" %}
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-check">
|
||||
<input type="checkbox" class="form-check-input"/>
|
||||
<span class="form-check-label">Agree the <a href="#" tabindex="-1">terms and policy</a>.</span>
|
||||
<span class="form-check-label">Agree the <a href="{{ site.base }}" tabindex="-1">terms and policy</a>.</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user