Skip to content

Commit

Permalink
Update report-basic.html
Browse files Browse the repository at this point in the history
  • Loading branch information
filak authored Jul 23, 2020
1 parent 7fea015 commit 4efd087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask-app/mtw/templates/snips/report-basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h4>Events</h4>
</td>

<td>
<a href="{{ url_for('approve', userid=item.userid, status=item.tstate, event=item.event, username=uname, year=item.targetyear) }}" target="_blank" title="Approvals">
<a href="{{ url_for('approve', userid=item.userid, status=item.tstate, event=item.event, username=uname, year=item.targetyear) }}" target="_blank" title="Approvals" rel="noopener noreferrer">
<span class="badge badge-{{ get_statusRep(item.tstate) }}">{{ item.tstate }}</span>
</a>
</td>
Expand Down

0 comments on commit 4efd087

Please sign in to comment.