0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-15 22:32:54 +01:00
discourse-custom-wizard/assets/javascripts/wizard/templates/components/validator.hbs

6 Zeilen
103 B
Handlebars

2021-01-26 09:05:10 +01:00
{{#if isValid}}
{{wizard-i18n validMessageKey}}
2021-04-16 08:04:59 +02:00
{{else}}
{{wizard-i18n invalidMessageKey}}
2021-01-26 09:05:10 +01:00
{{/if}}