diff --git a/themes/xmpp-providers/layouts/shortcodes/provider-details.html b/themes/xmpp-providers/layouts/shortcodes/provider-details.html index a9fbb36..415b0ed 100644 --- a/themes/xmpp-providers/layouts/shortcodes/provider-details.html +++ b/themes/xmpp-providers/layouts/shortcodes/provider-details.html @@ -278,30 +278,32 @@

Account

{{ end }} - - - - - - {{ if .inBandRegistrationEmailAddressRequired }} - An email address is required for registration - {{ else }} - An email address is not required for registration - {{ end }} - - - - - - - - {{ if .inBandRegistrationCaptchaRequired }} - A CAPTCHA must be solved for registration - {{ else }} - No CAPTCHA must be solved for registration - {{ end }} - - + {{ if .inBandRegistration }} + + + + + + {{ if .inBandRegistrationEmailAddressRequired }} + An email address is required for registration via XMPP apps + {{ else }} + An email address is not required for registration via XMPP apps + {{ end }} + + + + + + + + {{ if .inBandRegistrationCaptchaRequired }} + A CAPTCHA must be solved for registration via XMPP apps + {{ else }} + No CAPTCHA must be solved for registration via XMPP apps + {{ end }} + + + {{ end }}