You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-08 22:36:41 +02:00
Completed implimentation of forgot password
This commit is contained in:
@ -23,13 +23,13 @@
|
||||
|
||||
{{ template "top-error" . }}
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- ============================================================== -->
|
||||
<!-- Page Content -->
|
||||
<!-- ============================================================== -->
|
||||
<div class="container-fluid">
|
||||
<div class="container-fluid" id="page-content">
|
||||
|
||||
{{ template "validation-error" . }}
|
||||
|
||||
{{ template "content" . }}
|
||||
</div>
|
||||
<!-- End Page Content -->
|
||||
|
Reference in New Issue
Block a user