From 4a2253a07a7ce19f8a188bf1e2ba20e646949e47 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Sat, 13 Dec 2014 19:24:49 -0800 Subject: [PATCH] Remove no-longer-used template --- lms/templates/contact.html | 70 -------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 lms/templates/contact.html diff --git a/lms/templates/contact.html b/lms/templates/contact.html deleted file mode 100644 index 2391889fe3..0000000000 --- a/lms/templates/contact.html +++ /dev/null @@ -1,70 +0,0 @@ -<%! from django.utils.translation import ugettext as _ %> - -<%namespace name='static' file='static_content.html'/> - -<%inherit file="main.html" /> - -
- - -
-
- -
-
-

${_("Class Feedback")}

-

${_("We are always seeking feedback to improve our courses. If you are an enrolled student and have any questions, feedback, suggestions, or any other issues specific to a particular class, please post on the discussion forums of that class.")}

- -

${_("General Inquiries and Feedback")}

-

- ${_('If you have a general question about {platform_name} please email ' - '{contact_email}. To see if your question has already been answered, ' - 'visit our {faq_link_start}FAQ page{faq_link_end}. You can also join the ' - 'discussion on our {fb_link_start}facebook page{fb_link_end}. Though we may ' - 'not have a chance to respond to every email, we take all feedback into consideration.').format( - platform_name=settings.PLATFORM_NAME, - contact_email=u'{email}'.format(email=settings.CONTACT_EMAIL), - faq_link_start=u''.format(url=reverse('faq_edx')), - faq_link_end='', - fb_link_start=''.format(url=settings.PLATFORM_FACEBOOK_ACCOUNT), - fb_link_end='' - )} -

- -

${_("Technical Inquiries and Feedback")}

-

- ${_('If you have suggestions/feedback about the overall {platform_name} platform, ' - 'or are facing general technical issues with the platform (e.g., issues with email ' - 'addresses and passwords), you can reach us at {tech_email}. For technical questions, ' - 'please make sure you are using a current version of Firefox or Chrome, and include ' - 'browser and version in your e-mail, as well as screenshots or other pertinent details. ' - 'If you find a bug or other issues, you can reach us at the following: {bugs_email}.').format( - tech_email=u'{0}'.format(settings.TECH_SUPPORT_EMAIL), - bug_email=u'{0}'.format(settings.BUGS_EMAIL), - platform_name=settings.PLATFORM_NAME - )} -

- -

${_("Media")}

-

${_('Please visit our {link_start}media/press page{link_end} for more information. For any media or press inquiries, please email {email}.').format( - link_start=u''.format(url=reverse('faq_edx')), - link_end='', - email=u'{email}/a>'.format(email=settings.PRESS_EMAIL), - )}

- -

${_("Universities")}

-

- ${_('If you are a university wishing to collaborate with or if you have questions about {platform_name}, please email {email}.').format( - email=u'{url}'.format(url=settings.UNIVERSITY_EMAIL), - platform_name=settings.PLATFORM_NAME - )} -

-
-
-
-