mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 22:23:23 +00:00
Merge branch 'krophil' into 'master'
Oups, I did it again... See merge request !106
This commit is contained in:
commit
6d09a9e9b0
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user