We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a884fde commit 9f4623cCopy full SHA for 9f4623c
templates/user/settings/account.tmpl
@@ -41,8 +41,8 @@
41
</h4>
42
<div class="ui attached segment">
43
<div class="ui list flex-items-block">
44
+ {{if $.EnableNotifyMail}}
45
<div class="item">
- {{if $.EnableNotifyMail}}
46
<form class="ui form tw-w-full" action="{{AppSubUrl}}/user/settings/account/email" method="post">
47
{{$.CsrfTokenHtml}}
48
<input name="_method" type="hidden" value="NOTIFICATION">
@@ -64,8 +64,8 @@
64
<button class="ui primary button">{{ctx.Locale.Tr "settings.email_notifications.submit"}}</button>
65
</div>
66
</form>
67
- {{end}}
68
+ {{end}}
69
{{if not ($.UserDisabledFeatures.Contains "manage_credentials")}}
70
{{range .Emails}}
71
<div class="item tw-flex-wrap">
0 commit comments