From 8c2f3fd7442304103fa7d0040fac636aacc88e00 Mon Sep 17 00:00:00 2001 From: marcore Date: Mon, 7 Apr 2014 18:26:09 +0200 Subject: [PATCH 1/2] The link to TECH_SUPPORT_EMAIL should have a mailto: protocol ! --- lms/templates/static_templates/server-error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/static_templates/server-error.html b/lms/templates/static_templates/server-error.html index 2d459912d0..8b48a0480f 100644 --- a/lms/templates/static_templates/server-error.html +++ b/lms/templates/static_templates/server-error.html @@ -6,7 +6,7 @@ platform_name=settings.PLATFORM_NAME )}

${_(u'Please wait a few seconds and then reload the page. If the problem persists, please email us at {email}.').format( - email=u'{email}'.format( + email=u'{email}'.format( email=settings.TECH_SUPPORT_EMAIL ) )}

From cc7b13a8119e9ca1f2c76cbf4764fd7803c647dc Mon Sep 17 00:00:00 2001 From: marcore Date: Tue, 8 Apr 2014 10:21:35 +0200 Subject: [PATCH 2/2] Add my name! --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index dc7109e35a..f5060c214a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -138,3 +138,4 @@ Han Su Kim Raees Chachar Muhammad Ammar William Desloge +Marco Re \ No newline at end of file