From dd959d11235a75dc360501e95d18248e265ef7a1 Mon Sep 17 00:00:00 2001 From: cahrens Date: Wed, 20 Feb 2013 15:01:41 -0500 Subject: [PATCH] Longer warning got merged out. --- cms/templates/settings_advanced.html | 4 ++-- common/djangoapps/terrain/steps.py | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cms/templates/settings_advanced.html b/cms/templates/settings_advanced.html index b8a1201481..42b0179f6d 100644 --- a/cms/templates/settings_advanced.html +++ b/cms/templates/settings_advanced.html @@ -89,7 +89,7 @@ editor.render();

How will these settings be used

Manual policies are JSON-based key and value pairs that allow you add additional settings which edX Studio will use when generating your course.

-

Any policies you define here will override any other information you've defined elsewhere in Studio. Please be very careful with this in mind and do not add policies that you are unfamiliar with (both their purpose and their syntax).

+

Any policies you define here will override any other information you've defined elsewhere in Studio. With this in mind, please be very careful and do not add policies that you are unfamiliar with (both their purpose and their syntax).

@@ -117,7 +117,7 @@ editor.render();

Note: Your changes will not take effect until you save your - progress.

+ progress. Take care with key and value formatting, as validation is not implemented.

diff --git a/common/djangoapps/terrain/steps.py b/common/djangoapps/terrain/steps.py index a69f8dc7a2..5ced7769cd 100644 --- a/common/djangoapps/terrain/steps.py +++ b/common/djangoapps/terrain/steps.py @@ -1,8 +1,6 @@ from lettuce import world, step from factories import * -from django.core.management import call_command from lettuce.django import django_url -from django.conf import settings from django.contrib.auth.models import User from student.models import CourseEnrollment from urllib import quote_plus