Merge branch 'krophil' into 'master'

Oups, I did it again...

See merge request !106
This commit is contained in:
Antoine Bartuccio 2017-09-02 15:39:01 +02:00
commit 6d09a9e9b0

View File

@ -22,10 +22,9 @@
<td>{{ refilling.payment_method }}</td>
<td>{{ refilling.operator }}</td>
<td><a href="{{ url('counter:refilling_delete', refilling_id=refilling.id)}}">Delete</a></td>
</tr>
</table>
</tr>
{%- endfor %}
</table>
{% if is_paginated %}
{{ paginate(page_obj, paginator) }}
{% endif %}