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

Fixed validation errors

This commit is contained in:
Lee Brown
2019-08-02 16:10:30 -08:00
parent c625ace88d
commit b6069de9cf
8 changed files with 43 additions and 11 deletions

View File

@ -21,13 +21,12 @@
{{ template "partials/topbar" . }}
<!-- End of Topbar -->
{{ template "top-error" . }}
<!-- ============================================================== -->
<!-- Page Content -->
<!-- ============================================================== -->
<div class="container-fluid" id="page-content">
{{ template "top-error" . }}
{{ template "validation-error" . }}
{{ template "content" . }}