updated booking form to multistep form
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
{{if .Authenticated}}
|
||||
<a href="/profile" {{if eq .ActivePage "profile"}}class="active"{{end}}>Profile</a>
|
||||
{{else}}
|
||||
<a href="{{.OryLoginURL}}" class="btn btn-primary" style="padding: 0.5rem 1rem; text-decoration: none;">Login</a>
|
||||
<a href="{{.OryLoginURL}}" class="btn btn-secondary" style="padding: 0.5rem 1rem; text-decoration: none;">Login</a>
|
||||
{{end}}
|
||||
</nav>
|
||||
<button id="themeToggle" class="btn btn-outline" aria-label="Toggle theme">
|
||||
|
||||
Reference in New Issue
Block a user