diff options
Diffstat (limited to 'templates/admin/dashboard.tmpl')
-rw-r--r-- | templates/admin/dashboard.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl index c1ac8fb489..f6acc9457f 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -14,9 +14,9 @@ <h4 class="ui top attached header"> {{.i18n.Tr "admin.dashboard.operations"}} </h4> - <div class="ui attached table segment"> - <form method="post" action="{{AppSubUrl}}/admin"> - {{.CsrfTokenHtml}} + <form method="post" action="{{AppSubUrl}}/admin"> + {{.CsrfTokenHtml}} + <div class="ui attached table segment"> <table class="ui very basic table"> <tbody> <tr> @@ -62,8 +62,8 @@ </tr> </tbody> </table> - </form> - </div> + </div> + </form> <h4 class="ui top attached header"> {{.i18n.Tr "admin.dashboard.system_status"}} |