From bcb1604526c292d3a62da688aee87811890ee43a Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Sat, 21 Jul 2012 19:51:59 -0400 Subject: [PATCH] Make press article links go to a new window. --- lms/templates/static_templates/press.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/static_templates/press.html b/lms/templates/static_templates/press.html index 23afb50282..72388774ff 100644 --- a/lms/templates/static_templates/press.html +++ b/lms/templates/static_templates/press.html @@ -154,7 +154,7 @@ articles = [ % endif
- ${article.url} + ${article.url} % endfor