Flow now works
This commit is contained in:
13
application/views/thankyou.html
Normal file
13
application/views/thankyou.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{{define "content"}}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h1 class="pt-4 mt-5 mb-4">Thank you</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
|
||||
{{define "bottom"}}
|
||||
<script src="/static/js/formHandling.js"></script>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user