aboutsummaryrefslogtreecommitdiffstats
path: root/templates/org/new.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/org/new.tmpl')
-rw-r--r--templates/org/new.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/org/new.tmpl b/templates/org/new.tmpl
index 870f3982d8..eb5fd9a30d 100644
--- a/templates/org/new.tmpl
+++ b/templates/org/new.tmpl
@@ -1,7 +1,7 @@
{{template "base/head" .}}
{{template "base/navbar" .}}
<div class="container" id="body">
- <form action="/org/create" method="post" class="form-horizontal card" id="org-create">
+ <form action="{{AppRootSubUrl}}/org/create" method="post" class="form-horizontal card" id="org-create">
{{.CsrfTokenHtml}}
<h3>Create New Organization</h3>
{{template "base/alert" .}}
@@ -24,7 +24,7 @@
<div class="form-group">
<div class="col-md-offset-2 col-md-8">
<button type="submit" class="btn btn-lg btn-primary">Create An Organization</button>
- <a href="/" class="text-danger">Cancel</a>
+ <a href="{{AppRootSubUrl}}/" class="text-danger">Cancel</a>
</div>
</div>
</form>