add optional prefix to url
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
{{end}}
|
||||
|
||||
<div class="space-y-3">
|
||||
<a href="/" class="block btn-primary">
|
||||
<a href="{{url "/"}}" class="block btn-primary">
|
||||
<i class="fas fa-home mr-2"></i>Go Home
|
||||
</a>
|
||||
<button onclick="history.back()" class="block btn-secondary w-full">
|
||||
|
||||
Reference in New Issue
Block a user