Skip to content

Commit 59cbd9e

Browse files
committed
Fix template for self-service, but only for design challenges, for testing
1 parent ac9a5cb commit 59cbd9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"urlcode": "$ { challenge.id }",
1515
"group": {
1616
"name": "${ challenge.name }",
17-
"description": "Welcome to ${ challenge.name } Forum.",
17+
"description": "Welcome to [${ challenge.name }](<%- challenge.url %>) Forum.",
1818
"privacy": "secret",
1919
"type": "challenge"
2020
},
@@ -136,7 +136,7 @@
136136
"urlcode": "$ { challenge.id }",
137137
"group": {
138138
"name": "${ challenge.name }",
139-
"description": "Welcome to [${ challenge.name }](<%- challenge.url %>) Forum.",
139+
"description": "Welcome to the challenge forum.",
140140
"privacy": "secret",
141141
"type": "challenge"
142142
},

0 commit comments

Comments
 (0)