From e2fb2aec4129d9c69c1fe5b7f49ded182fb3749b Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Wed, 9 Oct 2013 11:31:04 +0300 Subject: [PATCH] Fixing template bug. --- lms/templates/lti.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lms/templates/lti.html b/lms/templates/lti.html index e816e37b47..abaf3b0a17 100644 --- a/lms/templates/lti.html +++ b/lms/templates/lti.html @@ -51,8 +51,7 @@ % endif % else:

- ${_('Please provide launch_url. Click "Edit", and fill in the - required fields.')} + ${_('Please provide launch_url. Click "Edit", and fill in the required fields.')}

%endif