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 245d6eb commit cebef5cCopy full SHA for cebef5c
templates/user/settings/account.tmpl
@@ -92,7 +92,7 @@
92
<form action="{{AppSubUrl}}/user/settings/account/email" method="post">
93
{{$.CsrfTokenHtml}}
94
<input name="_method" type="hidden" value="SENDACTIVATION">
95
- <input name="id" type="hidden" value="{{if .IsPrimary}}PRIMARY{{else}}}.ID{{end}}">
+ <input name="id" type="hidden" value="{{if .IsPrimary}}PRIMARY{{else}}{{.ID}}{{end}}">
96
{{if $.ActivationsPending}}
97
<button disabled class="ui blue tiny button">{{$.i18n.Tr "settings.activations_pending"}}</button>
98
{{else}}
0 commit comments