summaryrefslogtreecommitdiffstats
path: root/templates/org
diff options
context:
space:
mode:
authorGerben <gerben@treora.com>2018-03-23 15:10:42 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2018-03-23 22:10:42 +0800
commit2dc6f15eca007105fb6c3972265e6da53696bdf1 (patch)
tree2775c7b19061663edf401d3af1adc87bb86c5453 /templates/org
parente64aa18dc97f2cf25bc642c7d987a4a3bed494ac (diff)
downloadgitea-2dc6f15eca007105fb6c3972265e6da53696bdf1.tar.gz
gitea-2dc6f15eca007105fb6c3972265e6da53696bdf1.zip
Don't warn users about *every* dirty form (#3707)
The choice regarding which forms should or should not trigger a warning is subjective. I tried to be consistent and not warn about forms that: - run an action, rather than edit data: search, send an email. - delete data: a warning about losing data would be confusing Note that forms on sign-in pages were already ignored (using a selector, rather than an explicit class on the form element). Fixes #3698.
Diffstat (limited to 'templates/org')
-rw-r--r--templates/org/settings/delete.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/org/settings/delete.tmpl b/templates/org/settings/delete.tmpl
index dc1858e5c4..3b0ee09b17 100644
--- a/templates/org/settings/delete.tmpl
+++ b/templates/org/settings/delete.tmpl
@@ -13,7 +13,7 @@
<div class="ui red message">
<p class="text left"><i class="octicon octicon-alert"></i> {{.i18n.Tr "org.settings.delete_prompt" | Str2html}}</p>
</div>
- <form class="ui form" id="delete-form" action="{{.Link}}" method="post">
+ <form class="ui form ignore-dirty" id="delete-form" action="{{.Link}}" method="post">
{{.CsrfTokenHtml}}
<input class="fake" type="password">
<div class="inline required field {{if .Err_Password}}error{{end}}">