In event_invoice template, new invoice opens new tab, changed icon to gbp to match rest of system

This commit is contained in:
David Taylor
2015-04-21 12:04:44 +01:00
parent 0d719b328f
commit e65c476471

View File

@@ -53,8 +53,8 @@
<img src="{{ object.mic.profile_picture }}" class="event-mic-photo"/>
</td>
<td class="text-right">
<a href="{% url 'invoice_event' object.pk %}" class="btn btn-default">
<span class="glyphicon glyphicon-pencil"></span>
<a href="{% url 'invoice_event' object.pk %}" target="_blank" class="btn btn-default">
<span class="glyphicon glyphicon-gbp"></span>
</a>
</td>
</tr>