Oups, I did it again...

This commit is contained in:
Pierre Brunet 2017-09-02 15:31:20 +02:00
parent e71db5a997
commit 9489b52304

View File

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