Skip to content
Snippets Groups Projects
Commit 70be2a15 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

Refactoring: vaccination

parent cb41e172
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
......@@ -7,17 +7,17 @@
<div class="container">
<div class="row">
<div class="col">
{% include 'who/fragments/flat/fragment_who_flat_pagination.html' %}
{% include 'who/flat/fragment_who_flat_pagination.html' %}
</div>
</div>
<div class="row">
<div class="col">
{% include 'who/fragments/flat/fragment_who_flat_table.html' %}
{% include 'who/flat/fragment_who_flat_table.html' %}
</div>
</div>
<div class="row">
<div class="col">
{% include 'who/fragments/flat/fragment_who_flat_pagination.html' %}
{% include 'who/flat/fragment_who_flat_pagination.html' %}
</div>
</div>
</div>
......
......@@ -7,17 +7,17 @@
<div class="container">
<div class="row">
<div class="col">
{% include 'who/fragments/imported/fragment_who_imported_pagination.html' %}
{% include 'who/imported/who_imported_pagination.html' %}
</div>
</div>
<div class="row">
<div class="col">
{% include 'who/fragments/imported/fragment_who_imported_table.html' %}
{% include 'who/imported/who_imported_table.html' %}
</div>
</div>
<div class="row">
<div class="col">
{% include 'who/fragments/imported/fragment_who_imported_pagination.html' %}
{% include 'who/imported/who_imported_pagination.html' %}
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment