From 4d71da7ae1c961f9ecc59b449f5c5d6661931988 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 17 Dec 2022 15:30:51 -0700 Subject: Allow for remote policy pages --- users/views/admin/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'users/views') diff --git a/users/views/admin/settings.py b/users/views/admin/settings.py index 4786d83..f72c0bd 100644 --- a/users/views/admin/settings.py +++ b/users/views/admin/settings.py @@ -174,17 +174,17 @@ class PoliciesSettings(AdminSettingsPage): options = { "policy_terms": { "title": "Terms of Service Page", - "help_text": "Will only be shown if it has content. Use Markdown for formatting.", + "help_text": "Will only be shown if it has content. Use Markdown for formatting.\nIf you would like to redirect elsewhere, enter just a URL.", "display": "textarea", }, "policy_privacy": { "title": "Privacy Policy Page", - "help_text": "Will only be shown if it has content. Use Markdown for formatting.", + "help_text": "Will only be shown if it has content. Use Markdown for formatting.\nIf you would like to redirect elsewhere, enter just a URL.", "display": "textarea", }, "policy_rules": { "title": "Server Rules Page", - "help_text": "Will only be shown if it has content. Use Markdown for formatting.", + "help_text": "Will only be shown if it has content. Use Markdown for formatting.\nIf you would like to redirect elsewhere, enter just a URL.", "display": "textarea", }, } -- cgit v1.2.3