Merged in invoice-buttons (pull request #15)

In event_invoice template, new invoice opens new tab, changed icon to gbp to match rest of system - issue #72
This commit is contained in:
Tom Price
2015-04-21 17:02:32 +01:00

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>