diff options
Diffstat (limited to 'templates/admin/dashboard.tmpl')
-rw-r--r-- | templates/admin/dashboard.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl index 0079fc78d7..c1ac8fb489 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -15,7 +15,7 @@ {{.i18n.Tr "admin.dashboard.operations"}} </h4> <div class="ui attached table segment"> - <form method="post" action="{{.AppSubUrl}}/admin"> + <form method="post" action="{{AppSubUrl}}/admin"> {{.CsrfTokenHtml}} <table class="ui very basic table"> <tbody> |