Skip to content

Commit

Permalink
[#1125] Fixed view link on my updates
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsans committed Feb 19, 2015
1 parent 46db658 commit 8465ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akvo/templates/myrsr/my_updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h3>My updates</h3>
<td>{{ update.title }}</td>
<td>{{ update.created_at }}</td>
<td>{{ update.project }}</td>
<td><div class="twoColumns"<a href="{% url 'update-main' update.project.id update.id %}">View</a></div></td>
<td><div class="twoColumns"><a href="{% url 'update-main' update.project.id update.id %}">View</a></div></td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit 8465ffc

Please sign in to comment.