diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin/dashboard.tmpl | 2 | ||||
-rw-r--r-- | templates/admin/monitor.tmpl | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/templates/admin/monitor.tmpl b/templates/admin/monitor.tmpl index 26fbcb60ac..2980a2e9d8 100644 --- a/templates/admin/monitor.tmpl +++ b/templates/admin/monitor.tmpl @@ -7,7 +7,7 @@ {{.i18n.Tr "admin.monitor.cron"}} </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 striped table"> <thead> |