~dylanmccall/harvest/gsoc-client-stuff

« back to all changes in this revision

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

  • Committer: Daniel Holbach
  • Date: 2010-03-02 16:06:21 UTC
  • Revision ID: daniel.holbach@canonical.com-20100302160621-po1ipxp8asf378ev
show different experience levels

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
                {% else %}
12
12
                    ({{ opportunity.sourcepackage }} - {{ opportunity.opportunitylist }})
13
13
                {% endif %}
 
14
                {% if opportunity.experience %}
 
15
                    <span class="experience{{ opportunity.experience }}" />
 
16
                {% endif %}
14
17
            </span>
15
18
        </li>