diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2024-10-10 12:56:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 04:56:49 +0000 |
commit | c2217670dd7514e17fc9c1f17d7e459b842ea798 (patch) | |
tree | 01042a8c4ff3d5352cb028b70b78eddf4f0d7814 /templates/admin/cron.tmpl | |
parent | dd83cfcacc989d0e7cbd21ec5eba029fdfcb72dd (diff) | |
download | gitea-c2217670dd7514e17fc9c1f17d7e459b842ea798.tar.gz gitea-c2217670dd7514e17fc9c1f17d7e459b842ea798.zip |
Move admin routers from /admin to /-/admin (#32189)
Resolve #32181
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'templates/admin/cron.tmpl')
-rw-r--r-- | templates/admin/cron.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/cron.tmpl b/templates/admin/cron.tmpl index bb412ef146..1c16ed00ae 100644 --- a/templates/admin/cron.tmpl +++ b/templates/admin/cron.tmpl @@ -4,7 +4,7 @@ {{ctx.Locale.Tr "admin.monitor.cron"}} </h4> <div class="ui attached table segment"> - <form method="post" action="{{AppSubUrl}}/admin"> + <form method="post" action="{{AppSubUrl}}/-/admin"> <table class="ui very basic striped table unstackable tw-mb-0"> <thead> <tr> |