mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
more nice things
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user