1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Use disable_form_autofill on Codebase and Gitbucket (#17936)

Removes the old fake input on the Codebase migration screen, and adds the disable_form_autofill
This commit is contained in:
qwerty287
2021-12-08 23:33:14 +01:00
committed by GitHub
parent 9e6e1dc950
commit d2d9bc846e
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<div class="ui middle very relaxed page grid">
<div class="column">
<form class="ui form" action="{{.Link}}" method="post">
{{template "base/disable_form_autofill"}}
{{.CsrfTokenHtml}}
<h3 class="ui top attached header">
{{.i18n.Tr "repo.migrate.migrate" .service.Title}}