mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Remove 'do not localize' comment from courses UI
It’s ok to localize / i18n these now.
This commit is contained in:
parent
feef9c0ac6
commit
71538b0ac9
3 changed files with 0 additions and 6 deletions
|
@ -2,8 +2,6 @@ extends /templates/base
|
|||
|
||||
block content
|
||||
|
||||
//- DO NOT localize / i18n
|
||||
|
||||
div
|
||||
span *UNDER CONSTRUCTION, send feedback to
|
||||
a.spl(href='mailto:team@codecombat.com') team@codecombat.com
|
||||
|
|
|
@ -2,8 +2,6 @@ extends /templates/base
|
|||
|
||||
block content
|
||||
|
||||
//- DO NOT localize / i18n
|
||||
|
||||
div
|
||||
span *UNDER CONSTRUCTION, send feedback to
|
||||
a.spl(href='mailto:team@codecombat.com') team@codecombat.com
|
||||
|
|
|
@ -2,8 +2,6 @@ extends /templates/base
|
|||
|
||||
block content
|
||||
|
||||
//- DO NOT localize / i18n
|
||||
|
||||
div(style='border-bottom: 1px solid black')
|
||||
span *UNDER CONSTRUCTION, please send feedback to
|
||||
a.spl(href='mailto:team@codecombat.com') team@codecombat.com
|
||||
|
|
Loading…
Reference in a new issue