fix views
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{ template "header.html" }}
|
||||
{{ template "header.html" . }}
|
||||
|
||||
<div class="flex min-h-full flex-col justify-center px-6 py-12 lg:px-8">
|
||||
<div class="sm:mx-auto sm:w-full sm:max-w-sm">
|
||||
@@ -25,4 +25,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ template "footer.html" }}
|
||||
{{ template "footer.html" . }}
|
||||
|
||||
Reference in New Issue
Block a user