~dylanmccall/harvest/gsoc-client-stuff

« back to all changes in this revision

Viewing changes to harvest/templates/opportunities/opportunity_detail.inc.html

  • Committer: Dylan McCall
  • Date: 2010-07-14 20:01:48 UTC
  • Revision ID: dylanmccall@gmail.com-20100714200148-8wh9ejhvrckcbxs0
Quick and dirty fix so opportunity_edit works again.
Changed sourcepackage_detail url to refer to opportunities_package_details instead, which is a similar url that currently exists.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
                        ({{ opportunity.opportunitylist }})
10
10
                    {% endifequal %}
11
11
                {% else %}
12
 
                    (<a href="{% url sourcepackage_detail opportunity.sourcepackage.name %}">({{ opportunity.sourcepackage }})</a> - {{ opportunity.opportunitylist }})
 
12
                    (<a href="{% url opportunities_package_details opportunity.sourcepackage.id %}">({{ opportunity.sourcepackage }})</a> - {{ opportunity.opportunitylist }})
13
13
                {% endif %}
14
14
                {% if opportunity.experience %}
15
15
                    <span class="experience{{ opportunity.experience }}"></span>