Skip to content

Commit 16732fb

Browse files
cez81lunny
authored andcommitted
Removed email copyright year (#1348)
1 parent 9a9f8fa commit 16732fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

templates/mail/auth/activate.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>:</p>
1111
<p><a href="{{AppUrl}}user/activate?code={{.Code}}">{{AppUrl}}user/activate?code={{.Code}}</a></p>
1212
<p>Not working? Try copying and pasting it to your browser.</p>
13-
<p>© 2016 <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
13+
<p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
1414
</body>
1515
</html>

templates/mail/auth/activate_email.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<p>Please click the following link to verify your email address within <b>{{.ActiveCodeLives}} hours</b>:</p>
1111
<p><a href="{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}">{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}</a></p>
1212
<p>Not working? Try copying and pasting it to your browser.</p>
13-
<p>© 2016 <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
13+
<p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
1414
</body>
1515
</html>

templates/mail/auth/register_notify.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<p>Hi <b>{{.Username}}</b>, this is your registration confirmation email for {{AppName}}!</p>
1010
<p>You can now login via username: {{.Username}}.</p>
1111
<p><a href="{{AppUrl}}user/login">{{AppUrl}}user/login</a></p>
12-
<p>© 2016 <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
12+
<p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
1313
</body>
1414
</html>

templates/mail/auth/reset_passwd.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<p>Please click the following link to verify your email address within <b>{{.ResetPwdCodeLives}} hours</b>:</p>
1111
<p><a href="{{AppUrl}}user/reset_password?code={{.Code}}">{{AppUrl}}user/reset_password?code={{.Code}}</a></p>
1212
<p>Not working? Try copying and pasting it to your browser.</p>
13-
<p>© 2016 <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
13+
<p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)