diff --git a/lms/templates/contact.html b/lms/templates/contact.html index cb35aca359..c23e74c19a 100644 --- a/lms/templates/contact.html +++ b/lms/templates/contact.html @@ -26,7 +26,7 @@ contact_email=settings.CONTACT_EMAIL, faq_link_start=''.format(url=reverse('faq_edx')), faq_link_end='', - fb_link_start=''. + fb_link_start='', fb_link_end='' )}

@@ -45,7 +45,7 @@ )}

${_("Universities")}

-

${_('If you are a university wishing to collaborate with or if you have questions about {platform_name}, please email {email}.'.format(email='university@edx.org', platform_name="edX")}

+

${_('If you are a university wishing to collaborate with or if you have questions about {platform_name}, please email {email}.').format(email='university@edx.org', platform_name="edX")}

diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html index abec5cd21d..6692d02d09 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -15,7 +15,7 @@