diff options
Diffstat (limited to 'app/views/about/terms.html.haml')
-rw-r--r-- | app/views/about/terms.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/about/terms.html.haml b/app/views/about/terms.html.haml index ba780759c..c7d36ed47 100644 --- a/app/views/about/terms.html.haml +++ b/app/views/about/terms.html.haml @@ -7,5 +7,5 @@ = render 'links' .extended-description - .container + .container-alt = @instance_presenter.site_terms.html_safe.presence || t('terms.body_html') |