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

completed flash messages

This commit is contained in:
Lee Brown
2019-08-03 15:01:17 -08:00
parent 0344473c1e
commit 32cb554dfa
22 changed files with 653 additions and 244 deletions

View File

@@ -12,11 +12,12 @@
<div class="col-lg-5 d-none d-lg-block bg-register-image"></div>
<div class="col-lg-7">
<div class="p-5">
{{ template "app-flashes" . }}
<div class="text-center">
<h1 class="h4 text-gray-900 mb-4">Create an Account!</h1>
</div>
{{ template "top-error" . }}
{{ template "validation-error" . }}
<hr>