Skip to content

Commit

Permalink
Fix to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed Aug 30, 2017
1 parent b3367f7 commit 830bc4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lowfat/templates/lowfat/expenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,10 @@ <h2>
</td>
{% if user.is_staff %}
<td>
<a href="{% url 'fellow_slug' expense.claimant.slug %}">{{ expense.claimant.fullname }}</a>
<a title='View' href="{% url 'fellow_slug' expense.fund.claimant.slug %}">{{ expense.fund.claimant.fullname }}</a>
</td>
<td>
{% if blog.fund %}
<a href="{% url 'fund_detail' expense.fund.id %}">{{ expense.fund.name }}</a>
{% endif %}
<a title='View' href="{% url 'fund_detail' expense.fund.id %}">{{ expense.fund.name }}</a>
</td>
{% endif %}
<td>
Expand Down

0 comments on commit 830bc4d

Please sign in to comment.