mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
wording change, email sending optimization, add texts to i18n
This commit is contained in:
parent
e3c3cc0d8d
commit
39f2837838
9 changed files with 74 additions and 50 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Template.invitationCode.onRendered(() => {
|
||||
const strict = Settings.findOne().strict;
|
||||
if(!strict){
|
||||
const disableRegistration = Settings.findOne().disableRegistration;
|
||||
if(!disableRegistration){
|
||||
$('#invitationcode').hide();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue