more nice things

This commit is contained in:
vabene1111
2018-02-05 23:59:31 +01:00
parent ede7ddac0b
commit 59641e1af6
10 changed files with 220 additions and 164 deletions

View File

@@ -2,10 +2,10 @@
{% load i18n %}
{% block table-wrapper %}
<div class="row">
<div class="col">
<div class="table-responsive">
{% block table %}
<table {% if table.attrs %}
{{ table.attrs.as_html }}{% else %}class="table table-bordered table-hover"{% endif %}>
{{ table.attrs.as_html }}{% else %}class="table table-bordered table-lg"{% endif %}>
{% block table.thead %}
{% if table.show_header %}
<thead>