You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates/user/settings
Gerben 2dc6f15eca 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.
6 years ago
..
account_link.tmpl Simplify settings pages with item list (#1389) 7 years ago
applications.tmpl Don't warn users about *every* dirty form (#3707) 6 years ago
avatar.tmpl Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) 7 years ago
delete.tmpl Don't warn users about *every* dirty form (#3707) 6 years ago
email.tmpl Use correct transaltion key for delete email button (#3422) 7 years ago
keys.tmpl Rework SSH key management UI to add GPG (#1293) 7 years ago
keys_gpg.tmpl fix gpg expired bug when time is zero (#3584) 6 years ago
keys_ssh.tmpl Refactor struct's time to remove unnecessary memory usage (#3142) 7 years ago
navbar.tmpl Fixed missing end tag for organization link (#3229) 7 years ago
openid.tmpl Fix inconsistencies in user settings ui (#2901) 7 years ago
organization.tmpl Display all organization from user settings (#1739) 7 years ago
profile.tmpl Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) 7 years ago
repos.tmpl Implementation of all repositories of a user from user->settings (#1740) 7 years ago
security.tmpl Spaces to tabs in templates (#2953) 7 years ago
twofa.tmpl Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) 7 years ago
twofa_enroll.tmpl Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) 7 years ago