mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
3 lines
123 B
Text
3 lines
123 B
Text
<% if SiteSetting.login_required %>
|
|
<%= PrettyText.cook(I18n.t('login_required.welcome_message')).html_safe %>
|
|
<% end %>
|