Skip to content

Commit

Permalink
addresses valnet#502
Browse files Browse the repository at this point in the history
addresses valnet#502 by using the Process's description instead of the Work item's for the purpose, which is more likely to be filled than the work item's.
  • Loading branch information
sqykly authored Mar 14, 2018
1 parent b78c65e commit 5ea9141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valuenetwork/templates/_work_panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<li>
<b>{{ item.resource_type.name }}</b> &mdash; {% trans "updated" %} {{ item.changed_date }}</br>
{% if item.process %}
<i>{% trans "Purpose:" %} {{ item.description }}</i>
<i>{% trans "Purpose:" %} {{ item.process.timeline_description }}</i>
<p style="margin-left: 1em; margin-bottom: 0; font-size: 90%;">
<a href="{% url unfold_commitment commitment_id=item.id %}">Learn more...</a>
</p>
Expand Down

0 comments on commit 5ea9141

Please sign in to comment.