mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 01:42:16 +00:00
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:
@@ -53,8 +53,8 @@
|
|||||||
<img src="{{ object.mic.profile_picture }}" class="event-mic-photo"/>
|
<img src="{{ object.mic.profile_picture }}" class="event-mic-photo"/>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<a href="{% url 'invoice_event' object.pk %}" class="btn btn-default">
|
<a href="{% url 'invoice_event' object.pk %}" target="_blank" class="btn btn-default">
|
||||||
<span class="glyphicon glyphicon-pencil"></span>
|
<span class="glyphicon glyphicon-gbp"></span>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user