mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-03-18 21:50:33 +01:00
accounts: fix bool queries on (some) string fields
wasn't implemented for things like email on the server side.
also changed text mail variant's footers to all use {{ .footer }} like I
should have before.
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
|
||||
{{ .confirmationURL }}
|
||||
|
||||
{{ .message }}
|
||||
{{ .footer }}
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
|
||||
{{ .timeString }}: {{ .time }}
|
||||
|
||||
{{ .notificationNotice }}
|
||||
{{ .footer }}
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
{{ .reasonString }}: {{ .reason }}
|
||||
|
||||
{{ .message }}
|
||||
{{ .footer }}
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
{{ .expiredAt }}
|
||||
|
||||
{{ .notificationNotice }}
|
||||
{{ .footer }}
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
{{ .reasonString }}: {{ .reason }}
|
||||
|
||||
{{ .message }}
|
||||
{{ .footer }}
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
{{ .yourAccountIsDueToExpire }}
|
||||
|
||||
{{ .message }}
|
||||
{{ .footer }}
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
|
||||
{{ .inviteURL }}
|
||||
|
||||
{{ .message }}
|
||||
{{ .footer }}
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
|
||||
{{ .pinString }}: {{ .pin }}
|
||||
|
||||
{{ .message }}
|
||||
{{ .footer }}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{{ .plaintext }}
|
||||
|
||||
{{ .message }}
|
||||
{{ .footer }}
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
{{ .contactTheAdmin }}
|
||||
|
||||
{{ .message }}
|
||||
{{ .footer }}
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
{{ .yourAccountWillExpire }}
|
||||
|
||||
{{ .message }}
|
||||
{{ .footer }}
|
||||
|
||||
Reference in New Issue
Block a user