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

template changes

parent c60ea071
No related branches found
Tags v0.0.23
No related merge requests found
...@@ -7,17 +7,17 @@ ...@@ -7,17 +7,17 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
{% include 'rki_vaccination/fragments/fragment_rki_vaccination_imported_pagination.html' %} {% include 'rki_vaccination/imported/rki_vaccination_imported_pagination.html' %}
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col"> <div class="col">
{% include 'rki_vaccination/fragments/fragment_rki_vaccination_data_table_imported.html' %} {% include 'rki_vaccination/imported/rki_vaccination_imported_table.html' %}
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col"> <div class="col">
{% include 'rki_vaccination/fragments/fragment_rki_vaccination_imported_pagination.html' %} {% include 'rki_vaccination/imported/rki_vaccination_imported_pagination.html' %}
</div> </div>
</div> </div>
</div> </div>
......
{% if page_data.pages > 1 %}
{% if page_data.pages > 1 %}
<!-- previous page --> <!-- previous page -->
<ul class="pagination"> <ul class="pagination">
{% if page_data.has_prev %} {% if page_data.has_prev %}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-hover table-striped table-sm table-bordered"> <table class="table table-hover table-striped table-sm table-bordered">
<thead> <thead>
{% include 'rki_vaccination/fragments/../data/rki_vaccination_data_table_head.html' %} {% include 'rki_vaccination/data/rki_vaccination_data_table_head.html' %}
</thead> </thead>
<tbody> <tbody>
{% for data_item in page_data.items %} {% for data_item in page_data.items %}
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
{% endfor %} {% endfor %}
</tbody> </tbody>
<tfoot> <tfoot>
{% include 'rki_vaccination/fragments/../data/rki_vaccination_data_table_head.html' %} {% include 'rki_vaccination/data/rki_vaccination_data_table_head.html' %}
</tfoot> </tfoot>
</table> </table>
</div> </div>
\ No newline at end of file
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