# HG changeset patch # User Brian Neal # Date 1348329204 18000 # Node ID e9650ea2ca2f3b1388106194700e625e1c71c914 # Parent 639af9e6bd78867a8f0aa6c954a879234fab9996 For BB issue 19, make download title a link to detail page. diff -r 639af9e6bd78 -r e9650ea2ca2f sg101/templates/downloads/download.html --- a/sg101/templates/downloads/download.html Sat Sep 22 10:31:05 2012 -0500 +++ b/sg101/templates/downloads/download.html Sat Sep 22 10:53:24 2012 -0500 @@ -3,7 +3,7 @@ {% load bio_tags %} {% get_comment_count for download as comment_count %}
-{{ download.title }} +{{ download.title }}
{{ download.html|safe }} @@ -21,7 +21,7 @@ Rating:
{{ download.average_score|floatformat }}
Comments - Comments:{{ comment_count }} + Comments:{{ comment_count }} diff -r 639af9e6bd78 -r e9650ea2ca2f sg101/templates/downloads/download_detail.html --- a/sg101/templates/downloads/download_detail.html Sat Sep 22 10:31:05 2012 -0500 +++ b/sg101/templates/downloads/download_detail.html Sat Sep 22 10:53:24 2012 -0500 @@ -16,7 +16,7 @@ {% block content %}

Downloads

{% include 'downloads/navigation.html' %} -

Download Details For {{ download.title }}

+

Download Details For “{{ download.title }}”

{% include 'downloads/download.html' %}