Skip to content

Commit 0308bf2

Browse files
fnetX6543
authored andcommitted
CB/tmpl: Add impress to emails
1 parent e52e605 commit 0308bf2

File tree

9 files changed

+39
-0
lines changed

9 files changed

+39
-0
lines changed

templates/mail/auth/activate.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@
1313
<p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p>
1414

1515
<p>Welcome to <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
16+
17+
---
18+
<br/>
19+
20+
Codeberg e.V. &ndash; Gormannstraße 14 &ndash; 10119 Berlin &ndash; Germany<br/>
21+
Registered at registration court Amtsgericht Charlottenburg VR36929.
1622
</body>
1723
</html>

templates/mail/auth/activate_email.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@
1313
<p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p>
1414

1515
<p>Welcome to <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
16+
17+
---
18+
<br/>
19+
20+
Codeberg e.V. &ndash; Gormannstraße 14 &ndash; 10119 Berlin &ndash; Germany<br/>
21+
Registered at registration court Amtsgericht Charlottenburg VR36929.
1622
</body>
1723
</html>

templates/mail/auth/register_notify.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,11 @@
1414
<p>{{.i18n.Tr "mail.register_notify.text_3" ($set_pwd_url | Escape) | Str2html}}</p><br>
1515

1616
<p>Welcome to <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
17+
18+
---
19+
<br/>
20+
21+
Codeberg e.V. &ndash; Gormannstraße 14 &ndash; 10119 Berlin &ndash; Germany<br/>
22+
Registered at registration court Amtsgericht Charlottenburg VR36929.
1723
</body>
1824
</html>

templates/mail/auth/reset_passwd.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@
1313
<p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p>
1414

1515
<p>Welcome back to <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
16+
17+
---
18+
<br/>
19+
20+
Codeberg e.V. &ndash; Gormannstraße 14 &ndash; 10119 Berlin &ndash; Germany<br/>
21+
Registered at registration court Amtsgericht Charlottenburg VR36929.
1622
</body>
1723
</html>

templates/mail/issue/assigned.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
---
2424
<br>
2525
<a href="{{.Link}}">{{.i18n.Tr "mail.view_it_on" AppName}}</a>.
26+
27+
Codeberg e.V. &ndash; Gormannstraße 14 &ndash; 10119 Berlin &ndash; Germany<br/>
28+
Registered at registration court Amtsgericht Charlottenburg VR36929.
2629
</p>
2730
</div>
2831
</body>

templates/mail/issue/default.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
---
8686
<br>
8787
<a href="{{.Link}}">{{.i18n.Tr "mail.view_it_on" AppName}}</a>.
88+
89+
Codeberg e.V. &ndash; Gormannstraße 14 &ndash; 10119 Berlin &ndash; Germany<br/>
90+
Registered at registration court Amtsgericht Charlottenburg VR36929.
8891
</p>
8992
</div>
9093
</body>

templates/mail/notify/collaborator.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
---
1616
<br>
1717
<a href="{{.Link}}">{{.i18n.Tr "mail.view_it_on" AppName}}</a>.
18+
19+
Codeberg e.V. &ndash; Gormannstraße 14 &ndash; 10119 Berlin &ndash; Germany<br/>
20+
Registered at registration court Amtsgericht Charlottenburg VR36929.
1821
</p>
1922
</div>
2023
</body>

templates/mail/notify/repo_transfer.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
---
1414
<br>
1515
<a href="{{.Link}}">{{.i18n.Tr "mail.view_it_on" AppName}}</a>.
16+
17+
Codeberg e.V. &ndash; Gormannstraße 14 &ndash; 10119 Berlin &ndash; Germany<br/>
18+
Registered at registration court Amtsgericht Charlottenburg VR36929.
1619
</p>
1720
</body>
1821
</html>

templates/mail/release.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
---
5454
<br>
5555
<a href="{{.Link}}">{{.i18n.Tr "mail.view_it_on" AppName}}</a>.
56+
57+
Codeberg e.V. &ndash; Gormannstraße 14 &ndash; 10119 Berlin &ndash; Germany<br/>
58+
Registered at registration court Amtsgericht Charlottenburg VR36929.
5659
</p>
5760
</div>
5861
</body>

0 commit comments

Comments
 (0)