single page fixes

This commit is contained in:
codecalm
2020-01-29 23:43:13 +01:00
parent 00a71f7069
commit 03e42f5284
12 changed files with 32 additions and 31 deletions
+5 -5
View File
@@ -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>