about summary refs log tree commit diff
path: root/app/views/admin/settings/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/settings/edit.html.haml')
-rw-r--r--app/views/admin/settings/edit.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/admin/settings/edit.html.haml b/app/views/admin/settings/edit.html.haml
index edb69e360..3096a958d 100644
--- a/app/views/admin/settings/edit.html.haml
+++ b/app/views/admin/settings/edit.html.haml
@@ -42,6 +42,13 @@
           rows: 8
       %tr
         %td
+          %strong= t('admin.settings.site_terms.title')
+          %p= t('admin.settings.site_terms.desc_html')
+        %td= text_area_tag :site_terms,
+          @settings['site_terms'].value,
+          rows: 8
+      %tr
+        %td
           %strong= t('admin.settings.registrations.open.title')
         %td
           = select_tag :open_registrations,