This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
format
pull/2043/head
lewis
3 years ago
parent
db362f1406
commit
19e2ea0325
7 changed files
with
10 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/mail/auth/activate.tmpl
+1
-1
templates/mail/auth/activate_email.tmpl
+1
-1
templates/mail/auth/register_notify.tmpl
+1
-1
templates/mail/auth/reset_passwd.tmpl
+2
-1
templates/mail/issue/assigned.tmpl
+2
-1
templates/mail/issue/default.tmpl
+2
-0
templates/mail/notify/collaborator.tmpl
+ 1
- 1
templates/mail/auth/activate.tmpl
View File
@@ -11,6 +11,6 @@
<p><a href="{{AppUrl}}user/activate?code={{.Code}}">{{AppUrl}}user/activate?code={{.Code}}</a></p>
<p>Not working? Try copying and pasting it to your browser.</p>
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
<p>TD</p>
<p>
退订(
TD
)
</p>
</body>
</html>
+ 1
- 1
templates/mail/auth/activate_email.tmpl
View File
@@ -11,6 +11,6 @@
<p><a href="{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}">{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}</a></p>
<p>Not working? Try copying and pasting it to your browser.</p>
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
<p>TD</p>
<p>
退订(
TD
)
</p>
</body>
</html>
+ 1
- 1
templates/mail/auth/register_notify.tmpl
View File
@@ -11,6 +11,6 @@
<p><a href="{{AppUrl}}user/login">{{AppUrl}}user/login</a></p>
<p>If this account has been created for you, please <a href="{{AppUrl}}user/forgot_password">set your password</a> first.</p>
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
<p>TD</p>
<p>
退订(
TD
)
</p>
</body>
</html>
+ 1
- 1
templates/mail/auth/reset_passwd.tmpl
View File
@@ -12,6 +12,6 @@
<p><a href="{{AppUrl}}user/recover_account?code={{.Code}}">{{AppUrl}}user/recover_account?code={{.Code}}</a></p>
<p>Not working? Try copying and pasting it to your browser.</p>
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
<p>TD</p>
<p>
退订(
TD
)
</p>
</body>
</html>
+ 2
- 1
templates/mail/issue/assigned.tmpl
View File
@@ -15,7 +15,8 @@
---
<br>
<a href="{{.Link}}">View it on {{AppName}}</a>.
TD
<br>
退订(TD)
</p>
</div>
</body>
+ 2
- 1
templates/mail/issue/default.tmpl
View File
@@ -53,7 +53,8 @@
---
<br>
<a href="{{.Link}}">View it on {{AppName}}</a>.
TD
<br>
退订(TD)
</p>
</div>
</body>
+ 2
- 0
templates/mail/notify/collaborator.tmpl
View File
@@ -15,6 +15,8 @@
---
<br>
<a href="{{.Link}}">View it on {{AppName}}</a>.
<br>
退订(TD)
</p>
</div>
</body>
Write
Preview
Loading…
Cancel
Save