diff --git a/adhocracy/templates/instance/new.html b/adhocracy/templates/instance/new.html index 61118dbaa..d327dd0bb 100644 --- a/adhocracy/templates/instance/new.html +++ b/adhocracy/templates/instance/new.html @@ -36,7 +36,8 @@
${_("Describe what the goals of this instance are and who constitutes " - "its community. (Both Markdown and HTML are allowed here.)")} + "its community.")} + ${_("(Both Markdown and HTML are allowed here.)") if h.text.getconf_allow_user_html() else ""}
${components.formatting()} diff --git a/adhocracy/templates/instance/settings_general.html b/adhocracy/templates/instance/settings_general.html index ad1394938..8925993c4 100644 --- a/adhocracy/templates/instance/settings_general.html +++ b/adhocracy/templates/instance/settings_general.html @@ -22,7 +22,7 @@