mirror of
https://github.com/tabler/tabler.git
synced 2026-07-28 14:04:38 +04:00
single page fixes
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<form class="card" action="#" method="post">
|
||||
|
||||
<div class="card-body p-5">
|
||||
<div class="card-title">Forgot password</div>
|
||||
<form class="card card-md" action="{{ site.base }}" method="get">
|
||||
<div class="card-body">
|
||||
<h2 class="mb-5 text-center">Forgot password</h2>
|
||||
|
||||
<p class="text-muted">Enter your email address and your password will be reset and emailed to you.</p>
|
||||
|
||||
<div class="mb-2">
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Email address</label>
|
||||
<input type="email" class="form-control" placeholder="Enter email">
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<form class="card card-md" action="#" method="get">
|
||||
<form class="card card-md" action="{{ site.base }}" method="get">
|
||||
<div class="card-body">
|
||||
<div class="card-title">Login to your account</div>
|
||||
<h2 class="mb-5 text-center">Login to your account</h2>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Email address</label>
|
||||
@@ -13,7 +13,7 @@
|
||||
<a href="{{ site.base }}/forgot-password.html">I forgot password</a>
|
||||
</span>
|
||||
</label>
|
||||
<input type="password" class="form-control" placeholder="Password" autocomplete="off">
|
||||
{% include ui/form/input-group.html type="password" append-button="eye:Show password" flat=true placeholder="Password" %}
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<label class="form-check">
|
||||
|
||||
@@ -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