1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

Updated virtual login functionality and top navbar when not authenicated.

This commit is contained in:
Lucas Brown
2019-08-05 16:48:32 -08:00
parent 0471af921c
commit 27fc20d4a1
12 changed files with 100 additions and 63 deletions

View File

@ -4,7 +4,9 @@
{{end}}
{{define "content"}}
<h3>Inline Validation Example</h3>
<h3 class="mt-5">Inline Validation Example</h3>
<p>Any field error that is not displayed inline will still be displayed as apart of the the validation at the top of the page.</p>
<form class="user" method="post" novalidate>
<div class="form-group">
@ -12,7 +14,7 @@
{{template "invalid-feedback" dict "validationDefaults" $.validationDefaults "validationErrors" $.validationErrors "fieldName" "Email" }}
</div>
<button class="btn btn-primary btn-user btn-block">
<button class="btn btn-purple btn-user ">
Submit Form
</button>
<hr>